diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-09-01 17:14:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-09-01 17:14:43 +0000 |
commit | c18d50a23b0d77a99afad8b688def52d19362d2f (patch) | |
tree | e647a330e59f0a6d1bf983b1465678884f34be9f /ChangeLog | |
parent | bedbd85972a67f15688ee7e86bf4d533f2197349 (diff) | |
download | glibc-c18d50a23b0d77a99afad8b688def52d19362d2f.tar.gz glibc-c18d50a23b0d77a99afad8b688def52d19362d2f.tar.xz glibc-c18d50a23b0d77a99afad8b688def52d19362d2f.zip |
Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.
* sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fccac95175..5c5dd35d4e 100644 --- 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.". |