diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-09 19:08:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 12:34:58 +0200 |
commit | 4d0ee855457e9c51854ed384a59457751563e5ac (patch) | |
tree | 1ef733a56a72a4ee643dfd22a0a63c5774646c66 /sysdeps/unix/sysv/linux/sh/Versions | |
parent | a9fa33ba8b19676ef2ce894c97b8a1f0a486b834 (diff) | |
download | glibc-4d0ee855457e9c51854ed384a59457751563e5ac.zip glibc-4d0ee855457e9c51854ed384a59457751563e5ac.tar.gz glibc-4d0ee855457e9c51854ed384a59457751563e5ac.tar.bz2 |
SH can do fanotify_mark, too.glibc-2.16-tps
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/Versions b/sysdeps/unix/sysv/linux/sh/Versions index bd30f92..e0938c4 100644 --- a/sysdeps/unix/sysv/linux/sh/Versions +++ b/sysdeps/unix/sysv/linux/sh/Versions @@ -27,4 +27,7 @@ libc { GLIBC_2.11 { fallocate64; } + GLIBC_2.16 { + fanotify_mark; + } } |