diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-02-24 18:44:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-02-24 18:44:10 +0000 |
commit | f4a2740a69d34b3ab0a7ecc7d4785b4b6b68e7cf (patch) | |
tree | 15362ca10a4d6846e15355e242db84a90e8e16d3 /config.h.in | |
parent | 5b4ecd3f95695ef593e4474b4ab5a117291ba5fc (diff) | |
download | glibc-f4a2740a69d34b3ab0a7ecc7d4785b4b6b68e7cf.zip glibc-f4a2740a69d34b3ab0a7ecc7d4785b4b6b68e7cf.tar.gz glibc-f4a2740a69d34b3ab0a7ecc7d4785b4b6b68e7cf.tar.bz2 |
Remove linux/fanotify.h configure test.
Now we require Linux 3.2 or later kernel headers everywhere, the
configure test for <linux/fanotify.h> is obsolete; this patch removes
it.
Tested for x86_64.
* sysdeps/unix/sysv/linux/configure.ac (linux/fanotify.h): Do not
test for header.
* sysdeps/unix/sysv/linux/configure: Regenerated.
* config.h.in (HAVE_LINUX_FANOTIFY_H): Remove #undef.
* sysdeps/unix/sysv/linux/tst-fanotify.c [!HAVE_LINUX_FANOTIFY_H]:
Remove conditional code.
[HAVE_LINUX_FANOTIFY_H]: Make code unconditional.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 13c0044..0147ba3 100644 --- a/config.h.in +++ b/config.h.in @@ -164,9 +164,6 @@ /* Define to 1 if STT_GNU_IFUNC support actually works. */ #define HAVE_IFUNC 0 -/* Define if linux/fanotify.h is available. */ -#undef HAVE_LINUX_FANOTIFY_H - /* Define if the linker defines __ehdr_start. */ #undef HAVE_EHDR_START |