diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-12 08:11:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-12 08:11:19 +0000 |
commit | 47665862cd591821896bda254197b0e0a1779ef8 (patch) | |
tree | 33ab3007e29e6713b868f8ee20d9b3476264a26d /sysdeps/unix/bsd/ultrix4/mips | |
parent | bdf2af37da5d8a925a2f8dd8020b5e90a383d78e (diff) | |
download | glibc-47665862cd591821896bda254197b0e0a1779ef8.tar.gz glibc-47665862cd591821896bda254197b0e0a1779ef8.tar.xz glibc-47665862cd591821896bda254197b0e0a1779ef8.zip |
(sysdep_routines): Removed sigtramp.
Diffstat (limited to 'sysdeps/unix/bsd/ultrix4/mips')
-rw-r--r-- | sysdeps/unix/bsd/ultrix4/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/ultrix4/mips/Makefile b/sysdeps/unix/bsd/ultrix4/mips/Makefile index 0b71fd9e18..74e3b04f6c 100644 --- a/sysdeps/unix/bsd/ultrix4/mips/Makefile +++ b/sysdeps/unix/bsd/ultrix4/mips/Makefile @@ -1,3 +1,3 @@ ifeq ($(subdir),signal) -sysdep_routines := $(sysdep_routines) sigtramp __handler +sysdep_routines := $(sysdep_routines) __handler endif |