diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2012-02-14 00:13:47 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-14 00:13:47 +0000 |
| commit | 2a979d3a148057b7220aa4a173258cfec69f0ad1 (patch) | |
| tree | 946757a14172fcd6161bcc43949fe016d8064282 /ChangeLog | |
| parent | 2a418ac326831b112d32fb1b29c4a351f07fac98 (diff) | |
| download | glibc-2a979d3a148057b7220aa4a173258cfec69f0ad1.tar.xz glibc-2a979d3a148057b7220aa4a173258cfec69f0ad1.zip | |
Split architecture-specific parts of sys/inotify.h into bits/inotify.h.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2012-02-13 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/bits/inotify.h: New file. + * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove. + * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from + <bits/inotify.h>. + (IN_CLOEXEC, IN_NONBLOCK): Don't define here. + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add + bits/inotify.h. + +2012-02-13 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/bits/eventfd.h: New file. * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove. |
