diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-04-08 20:33:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-04-08 20:33:46 +0000 |
commit | c5ef1e95be66c5d1b456fa8518ca3902f9efd581 (patch) | |
tree | 4ef29d3868b2e45975955479c03a0b5db627d1f4 /newlib/libc/sys/linux/Makefile.am | |
parent | 175c5e4c4ddae8d6882ecd6932d40ff58fa915bd (diff) | |
download | cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.tar.gz cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.tar.bz2 cygnal-c5ef1e95be66c5d1b456fa8518ca3902f9efd581.zip |
2002-04-08 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/include/setjmp.h: Add sigjmp_buf type,
siglongjmp prototype, and sigsetjmp macro definition.
* libc/sys/linux/siglongjmp.c: New file.
* libc/sys/linux/Makefile.am: Add support for siglongjmp.
* libc/sys/linux/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r-- | newlib/libc/sys/linux/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am index a3a0bbe89..aa020f0e2 100644 --- a/newlib/libc/sys/linux/Makefile.am +++ b/newlib/libc/sys/linux/Makefile.am @@ -9,7 +9,8 @@ SUBLIBS = $(LINUX_MACH_LIB) LIB_SOURCES = \ brk.c getoptlong.c ids.c inode.c io.c linux.c process.c realpath.c \ - select.c signal.c socket.c sleep.c stack.c sysconf.c systat.c termios.c time.c \ + select.c signal.c siglongjmp.c socket.c sleep.c stack.c \ + sysconf.c systat.c termios.c time.c \ usleep.c wait.c # This will handle both /usr/src/linux-2.4/include/asm/signal.h (in Red Hat Linux 7.1) |