Fix build from commit 0b727ed

* sysdeps/unix/sysv/linux/fd_to_filename.h: Add missing includes.
This commit is contained in:
Adhemerval Zanella 2018-10-02 15:26:53 +00:00
parent a1ccc0654b
commit a06fc4a533
2 changed files with 6 additions and 0 deletions

View File

@ -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):

View File

@ -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)