From: Roland McGrath Date: Mon, 12 Feb 1996 08:11:19 +0000 (+0000) Subject: (sysdep_routines): Removed sigtramp. X-Git-Tag: cvs/libc-960212~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47665862cd591821896bda254197b0e0a1779ef8;p=platform%2Fupstream%2Fglibc.git (sysdep_routines): Removed sigtramp. --- diff --git a/sysdeps/unix/bsd/ultrix4/mips/Makefile b/sysdeps/unix/bsd/ultrix4/mips/Makefile index 0b71fd9..74e3b04 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