mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix missing declaration
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2011-08-22 Andreas Schwab <schwab@redhat.com>
|
2011-08-22 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
|
||||||
|
|
||||||
* elf/dl-deps.c (_dl_map_object_deps): Move check for missing
|
* elf/dl-deps.c (_dl_map_object_deps): Move check for missing
|
||||||
dependencies back to end of function.
|
dependencies back to end of function.
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
versioned_symbol (libc, __scandir64, scandir64, GLIBC_2_2);
|
versioned_symbol (libc, __scandir64, scandir64, GLIBC_2_2);
|
||||||
|
|
||||||
#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
|
#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
|
||||||
|
# include <string.h>
|
||||||
# include <errno.h>
|
# include <errno.h>
|
||||||
# include "olddirent.h"
|
# include "olddirent.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user