diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 22:14:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 02:37:15 -0400 |
commit | 605021b6b9906b9b3f8c5c883ccb090bb1d140ad (patch) | |
tree | 34347f1e6b64ee185496f48c4be98509ca0f681f /ChangeLog | |
parent | 4454e161cb3ba9236259b377eb5b59f171a5432d (diff) | |
download | glibc-605021b6b9906b9b3f8c5c883ccb090bb1d140ad.tar.gz glibc-605021b6b9906b9b3f8c5c883ccb090bb1d140ad.tar.xz glibc-605021b6b9906b9b3f8c5c883ccb090bb1d140ad.zip |
hppa: inotify.h: move to common sys/inotify.h
Use the common sys/inotify.h to avoid duplication and move the arch-specific settings into bits/inotify.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a48ee0e7e0..915cae846e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-08-18 Mike Frysinger <vapier@gentoo.org> + * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file. + * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete. + +2015-08-18 Mike Frysinger <vapier@gentoo.org> + * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file. * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete. |