mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-23 15:01:03 +03:00
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:
@ -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>
|
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* csu/version.c (banner): Remove "by Roland McGrath et al.".
|
* csu/version.c (banner): Remove "by Roland McGrath et al.".
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
__gen_tempfd (int flags)
|
__gen_tempfd (int flags)
|
||||||
|
Reference in New Issue
Block a user