mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.
This commit is contained in:
parent
695c378f81
commit
d8412221e6
@ -1,5 +1,7 @@
|
||||
2013-06-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
|
||||
|
||||
[BZ #15667]
|
||||
* soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
|
||||
to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <execinfo.h>
|
||||
#include <fcntl.h>
|
||||
#include <not-cancel.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user