Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.

* sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
This commit is contained in:
Joseph Myers 2017-09-01 17:14:43 +00:00
parent bedbd85972
commit c18d50a23b
2 changed files with 5 additions and 0 deletions

View File

@ -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.".

View File

@ -19,6 +19,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
int
__gen_tempfd (int flags)