diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 16:31:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 16:31:37 +0000 |
commit | 34c2c09296bfb369df9973cf8a4098b6ec526059 (patch) | |
tree | 935559d871ccc361aaf3fb8c0c27ba59eb4ccfcc /sysdeps/unix/sysv/linux/Makefile | |
parent | 375d942968a95ec6c324d89922ee7a574c40630f (diff) | |
download | glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.gz glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.xz glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.zip |
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
* sysdeps/unix/sysv/linux/signalfd.c: New file. * sysdeps/unix/sysv/linux/sys/signalfd.h: New file. * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 119e37b345..e638fd09ce 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -13,7 +13,7 @@ endif ifeq ($(subdir),misc) sysdep_routines += sysctl clone llseek umount umount2 readahead \ - setfsuid setfsgid makedev epoll_pwait + setfsuid setfsgid makedev epoll_pwait signalfd CFLAGS-gethostid.c = -fexceptions |