From: Ulrich Drepper Date: Sat, 17 Nov 2007 08:49:48 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): X-Git-Tag: upstream/2.30~14477 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=238346abade2613e7428185c5dbadad778060f67;p=external%2Fglibc.git * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add sys/signalfd.h and sys/eventfd.h. --- diff --git a/ChangeLog b/ChangeLog index 52e9ce8..4491ac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-17 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): + Add sys/signalfd.h and sys/eventfd.h. + 2007-11-15 Bruno Haible [BZ #5346] diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a3c6228..5683bab 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -25,7 +25,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/quota.h sys/fsuid.h \ scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \ sys/ultrasound.h sys/raw.h sys/personality.h sys/epoll.h \ - bits/a.out.h sys/inotify.h + bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h install-others += $(inst_includedir)/bits/syscall.h