mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
elf: Add #include <errno.h> for use of E* constants.
In __strerror_r we use errno constants and must include errno.h. Tested on x86_64 and i686 without regression.
This commit is contained in:
parent
62c888b337
commit
48f4b30780
@ -25,7 +25,7 @@
|
|||||||
#include <dl-minimal-malloc.h>
|
#include <dl-minimal-malloc.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
/* The rtld startup code calls __rtld_malloc_init_stubs after the
|
/* The rtld startup code calls __rtld_malloc_init_stubs after the
|
||||||
first self-relocation to adjust the pointers to the minimal
|
first self-relocation to adjust the pointers to the minimal
|
||||||
|
Loading…
Reference in New Issue
Block a user