diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-25 09:56:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-25 09:56:36 +0000 |
commit | 1bf8715604009306146921de4c53cb1dcde2a1c5 (patch) | |
tree | 5ef97954f9340eea8516af07becbf839d0abf674 /sysdeps/unix | |
parent | da9361f4ea30b57e56c936ec2131803cce7bc477 (diff) | |
download | glibc-1bf8715604009306146921de4c53cb1dcde2a1c5.tar glibc-1bf8715604009306146921de4c53cb1dcde2a1c5.tar.gz glibc-1bf8715604009306146921de4c53cb1dcde2a1c5.tar.bz2 glibc-1bf8715604009306146921de4c53cb1dcde2a1c5.zip |
Wed Mar 20 20:08:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Don't define
NO_UNDERSCORES.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/sysdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/sysdep.h b/sysdeps/unix/sysv/linux/m68k/sysdep.h index ee481172d3..fe2c6aa823 100644 --- a/sysdeps/unix/sysv/linux/m68k/sysdep.h +++ b/sysdeps/unix/sysv/linux/m68k/sysdep.h @@ -18,9 +18,6 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* In the Linux/ELF world, C symbols are asm symbols. */ -#define NO_UNDERSCORES - #include <sysdeps/unix/sysdep.h> /* For Linux we can use the system call table in the header file |