mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Add missing inclusion of libc-internal.h.
The build of posix/tst-dir.c fails due to undefined DIAG_* macros.
The usage of the macros were introduced in recent commit
7584a3f96d
"Deprecate readdir_r, readdir64_r [BZ #19056]".
This patch adds the missing header libc-internal.h.
This commit is contained in:
parent
7584a3f96d
commit
de6e5df27e
@ -1,3 +1,7 @@
|
|||||||
|
2016-02-22 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
* posix/tst-dir.c: Include libc-internal.h.
|
||||||
|
|
||||||
2016-02-20 Florian Weimer <fweimer@redhat.com>
|
2016-02-20 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #19056]
|
[BZ #19056]
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <libc-internal.h>
|
||||||
|
|
||||||
/* We expect four arguments:
|
/* We expect four arguments:
|
||||||
- source directory name
|
- source directory name
|
||||||
|
Loading…
Reference in New Issue
Block a user