diff options
Diffstat (limited to 'usr/src/lib/libc/port/stdio/fdopen.c')
-rw-r--r-- | usr/src/lib/libc/port/stdio/fdopen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/stdio/fdopen.c b/usr/src/lib/libc/port/stdio/fdopen.c index 4865ec9a39..f07d8b0a88 100644 --- a/usr/src/lib/libc/port/stdio/fdopen.c +++ b/usr/src/lib/libc/port/stdio/fdopen.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -37,9 +37,9 @@ #define _LARGEFILE64_SOURCE 1 -#pragma weak fdopen = _fdopen +#pragma weak _fdopen = fdopen -#include "synonyms.h" +#include "lint.h" #include <mtlib.h> #include "file64.h" #include <sys/types.h> |