mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03: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:
@@ -25,7 +25,7 @@
|
||||
#include <dl-minimal-malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
/* The rtld startup code calls __rtld_malloc_init_stubs after the
|
||||
first self-relocation to adjust the pointers to the minimal
|
||||
|
Reference in New Issue
Block a user