diff usr/src/lib/libc/port/stdio/_endopen.c @ 6812:febeba71273d

PSARC 2008/309 expunge synonyms.h 6700179 expunge synonyms.h
author raf
date Fri, 06 Jun 2008 14:02:15 -0700
parents 376b8b33ed65
children e5fc7d0d7c24
line wrap: on
line diff
--- a/usr/src/lib/libc/port/stdio/_endopen.c	Fri Jun 06 11:40:14 2008 -0700
+++ b/usr/src/lib/libc/port/stdio/_endopen.c	Fri Jun 06 14:02:15 2008 -0700
@@ -18,16 +18,16 @@
  *
  * CDDL HEADER END
  */
+
 /*
- * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 /*	Copyright (c) 1988 AT&T	*/
 /*	  All Rights Reserved  	*/
 
+#pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 /*
  *	This routine is a special case, in that it is aware of
@@ -35,16 +35,6 @@
  *	in the small compilation environment.
  */
 
-#include <sys/feature_tests.h>
-
-#define	close		_close
-#define	lseek		_lseek
-#define	open		_open
-#if !defined(_LP64)
-#define	lseek64		_lseek64
-#define	open64		_open64
-#endif
-
 #include "lint.h"
 #include "file64.h"
 #include <mtlib.h>