diff options
Diffstat (limited to 'lib/libc/locale/utf2.c')
-rw-r--r-- | lib/libc/locale/utf2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/utf2.c b/lib/libc/locale/utf2.c index 846fad9..c46dd93 100644 --- a/lib/libc/locale/utf2.c +++ b/lib/libc/locale/utf2.c @@ -34,6 +34,7 @@ * SUCH DAMAGE. */ +#ifdef XPG4 #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)utf2.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ @@ -146,3 +147,4 @@ _UTF2_sputrune(c, string, n, result) return (1); } } +#endif /* XPG4 */ |