mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 11:41:07 +00:00
Fix build from commit 0b727ed
* sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
This commit is contained in:
parent
a1ccc0654b
commit
a06fc4a533
@ -1,3 +1,7 @@
|
||||
2018-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
|
||||
|
||||
2018-10-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86/Makefile (CFLAGS-elision-lock.c):
|
||||
|
@ -17,6 +17,8 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <_itoa.h>
|
||||
|
||||
#define FD_TO_FILENAME_SIZE ((sizeof ("/proc/self/fd/") - 1) \
|
||||
+ (sizeof ("4294967295") - 1) + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user