diff options
Diffstat (limited to 'usr/src/lib/libc/port/stdio/fdopen.c')
-rw-r--r-- | usr/src/lib/libc/port/stdio/fdopen.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/lib/libc/port/stdio/fdopen.c b/usr/src/lib/libc/port/stdio/fdopen.c index 38ed3af860..c0908f5f89 100644 --- a/usr/src/lib/libc/port/stdio/fdopen.c +++ b/usr/src/lib/libc/port/stdio/fdopen.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -40,14 +41,7 @@ #pragma weak fdopen = _fdopen -#include <sys/feature_tests.h> - -#define fdopen _fdopen -#if !defined(_LP64) -#define lseek64 _lseek64 -#endif - -#include "lint.h" +#include "synonyms.h" #include <mtlib.h> #include "file64.h" #include <sys/types.h> |