]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 1 Sep 2017 17:14:43 +0000 (17:14 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 1 Sep 2017 17:14:43 +0000 (17:14 +0000)
* sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.

ChangeLog
sysdeps/unix/sysv/linux/gentempfd.c

index fccac95175577d1bdf3c83aaae138be52c628c4b..5c5dd35d4e07a03ae43b2e4cd2982d2fda5e41d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
+
 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        * csu/version.c (banner): Remove "by Roland McGrath et al.".
index 902cbe286eada4e85430253483f50183d61183ad..ff3a6498603dce551a1d4d2e8480482138675f24 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <string.h>
 
 int
 __gen_tempfd (int flags)