diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 00:45:01 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 00:45:01 -0500 |
commit | a0da5fe1e49b819b4d90b77915e21cddd397d064 (patch) | |
tree | e1f1c0660ab131287cfcc0f64065b946715d06b1 /sysdeps/unix/sysv | |
parent | a784e502472fb3a1afa4d01a47c66b52d23e00f6 (diff) | |
download | glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.tar.gz glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.tar.xz glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.zip |
More fallout from supporting only ELF
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/i386/sysdep.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/i386/sysdep.h b/sysdeps/unix/sysv/i386/sysdep.h deleted file mode 100644 index fedd5ea825..0000000000 --- a/sysdeps/unix/sysv/i386/sysdep.h +++ /dev/null @@ -1,4 +0,0 @@ -/* System V does not precede the asm names of C symbols with a `_'. */ -#define NO_UNDERSCORES - -#include <sysdeps/unix/i386/sysdep.h> |