diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Versions.def | 1 | ||||
-rw-r--r-- | ports/ChangeLog | 7 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/hppa/Versions | 3 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/hppa/syscalls.list | 1 |
5 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-09-02 Mike Frysinger <vapier@gentoo.org> + * Versions.def (libc): Add GLIBC_2.19. + +2013-09-02 Mike Frysinger <vapier@gentoo.org> + * sysdeps/unix/sysv/linux/tst-fanotify.c: New test. * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify. diff --git a/Versions.def b/Versions.def index 0854e6eb3b..bca4ff44e0 100644 --- a/Versions.def +++ b/Versions.def @@ -35,6 +35,7 @@ libc { GLIBC_2.16 GLIBC_2.17 GLIBC_2.18 + GLIBC_2.19 HURD_CTHREADS_0.3 %ifdef EXPORT_UNWIND_FIND_FDE GCC_3.0 diff --git a/ports/ChangeLog b/ports/ChangeLog index fcb58cc0a5..9b638017f8 100644 --- a/ports/ChangeLog +++ b/ports/ChangeLog @@ -1,3 +1,10 @@ +2013-09-02 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/hppa/syscalls.list (fanotify_mark): New + entry. + * sysdeps/unix/sysv/linux/hppa/Versions (libc): Add GLIBC_2.19 and + fanotify_mark. + 2013-01-02 Joseph Myers <joseph@codesourcery.com> * README: Update copyright dates in example. diff --git a/ports/sysdeps/unix/sysv/linux/hppa/Versions b/ports/sysdeps/unix/sysv/linux/hppa/Versions index a62ef195ad..a392feebc5 100644 --- a/ports/sysdeps/unix/sysv/linux/hppa/Versions +++ b/ports/sysdeps/unix/sysv/linux/hppa/Versions @@ -32,6 +32,9 @@ libc { _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; prlimit64; } + GLIBC_2.19 { + fanotify_mark; + } } librt { GLIBC_2.3 { diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list index ae36d46a4d..ae462edfe7 100644 --- a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list +++ b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list @@ -36,3 +36,4 @@ socketpair - socketpair i:iiif __socketpair socketpair setrlimit - setrlimit i:ip __setrlimit setrlimit getrlimit - getrlimit i:ip __getrlimit getrlimit prlimit64 EXTRA prlimit64 i:iipp __prlimit64 prlimit64@@GLIBC_2.17 +fanotify_mark EXTRA fanotify_mark i:iiiiis __fanotify_mark fanotify_mark@@GLIBC_2.19 |