mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
* sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
wrapped with #ifndef, to avoid config.h defining it.
This commit is contained in:
parent
1bf8715604
commit
e37ebecf0c
@ -17,7 +17,9 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
|
|||||||
Cambridge, MA 02139, USA. */
|
Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* Solaris 2 does not precede the asm names of C symbols with a `_'. */
|
/* Solaris 2 does not precede the asm names of C symbols with a `_'. */
|
||||||
|
#ifndef NO_UNDERSCORES
|
||||||
#define NO_UNDERSCORES
|
#define NO_UNDERSCORES
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sysdeps/unix/sysdep.h>
|
#include <sysdeps/unix/sysdep.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user