diff options
Diffstat (limited to 'usr/src/lib/libc/port/i18n/getwchar.c')
| -rw-r--r-- | usr/src/lib/libc/port/i18n/getwchar.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/i18n/getwchar.c b/usr/src/lib/libc/port/i18n/getwchar.c index 3370def351..8daa0c1c3f 100644 --- a/usr/src/lib/libc/port/i18n/getwchar.c +++ b/usr/src/lib/libc/port/i18n/getwchar.c @@ -23,8 +23,10 @@ * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - -#pragma ident "%Z%%M% %I% %E% SMI" +/* + * Copyright 2010 Nexenta Systems, Inc. All rights reserved. + * Use is subject to license terms. + */ /* Copyright (c) 1986 AT&T */ /* All Rights Reserved */ @@ -48,7 +50,7 @@ wint_t getwchar(void) { - return (_getwc(stdin)); + return (getwc(stdin)); } wint_t |
