From: Brendan Kehoe Date: Wed, 27 Mar 1996 00:46:37 +0000 (+0000) Subject: * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use X-Git-Tag: upstream/2.30~29595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0621444ed259a426a1584fa7cfcd5006a013341;p=external%2Fglibc.git * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use wrapped with #ifndef, to avoid config.h defining it. Tue Mar 26 15:40:14 1996 Brendan Kehoe * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use wrapped with #ifndef, to avoid config.h defining it. --- diff --git a/ChangeLog b/ChangeLog index 160694d..4a772bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 26 15:40:14 1996 Brendan Kehoe + + * 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 * malloc/realloc.c (_realloc_internal): In case of growing large diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h index edb9830..49eac9a 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h @@ -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