diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-17 06:17:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-17 06:17:34 +0000 |
commit | 87839111d86616f3a81849c5ebeed3a9962d48d3 (patch) | |
tree | fb46ec11e324ccb6e18887390891afe7ebe43bf6 /sysdeps/unix/sysv/linux/Makefile | |
parent | a757fda3e7167ffe8ff165d54a8592e83c9a102d (diff) | |
download | glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.tar.gz glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.tar.xz glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.zip |
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
sys/inotify.h. * sysdeps/unix/sysv/linux/sys/inotify.h: New file. * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
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 37be75e964..c5e1da03e9 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -24,7 +24,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 + bits/a.out.h sys/inotify.h install-others += $(inst_includedir)/bits/syscall.h |