]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use cvs/libc-960327
authorBrendan Kehoe <brendan@zen.org>
Wed, 27 Mar 1996 00:46:37 +0000 (00:46 +0000)
committerBrendan Kehoe <brendan@zen.org>
Wed, 27 Mar 1996 00:46:37 +0000 (00:46 +0000)
wrapped with #ifndef, to avoid config.h defining it.
Tue Mar 26 15:40:14 1996  Brendan Kehoe  <brendan@zen.org>

* sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
wrapped with #ifndef, to avoid config.h defining it.

ChangeLog
sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h

index 160694db7c551836c6133f2c9d47cab3b7a79649..4a772bb4a79ee1aba3f838072c1c04b25951d0d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 26 15:40:14 1996  Brendan Kehoe  <brendan@zen.org>
+
+       * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
+       wrapped with #ifndef, to avoid config.h defining it.
+
 Mon Mar 25 13:10:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
 
        * malloc/realloc.c (_realloc_internal): In case of growing large
index edb98309e6fce733340be92dbc4bb50b8ed76bc7..49eac9a3ebd25e97f7c7f6c23d0053f22ad63cf6 100644 (file)
@@ -17,7 +17,9 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 /* Solaris 2 does not precede the asm names of C symbols with a `_'. */
+#ifndef NO_UNDERSCORES
 #define        NO_UNDERSCORES
+#endif
 
 #include <sysdeps/unix/sysdep.h>