mirror of git://sourceware.org/git/glibc.git
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
Add sys/signalfd.h and sys/eventfd.h.
This commit is contained in:
parent
b80b9c77ac
commit
238346abad
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-11-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
|
||||||
|
Add sys/signalfd.h and sys/eventfd.h.
|
||||||
|
|
||||||
2007-11-15 Bruno Haible <bruno@clisp.org>
|
2007-11-15 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
[BZ #5346]
|
[BZ #5346]
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \
|
||||||
sys/quota.h sys/fsuid.h \
|
sys/quota.h sys/fsuid.h \
|
||||||
scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.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 \
|
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
|
install-others += $(inst_includedir)/bits/syscall.h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue