Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
7584a3f
"Deprecate readdir_r, readdir64_r [BZ #19056]".
This patch adds the missing header libc-internal.h.
  • Loading branch information
Stefan Liebler committed Feb 22, 2016
1 parent 7584a3f commit de6e5df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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>

[BZ #19056]
Expand Down
2 changes: 1 addition & 1 deletion posix/tst-dir.c
Expand Up @@ -26,7 +26,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>

#include <libc-internal.h>

/* We expect four arguments:
- source directory name
Expand Down

0 comments on commit de6e5df

Please sign in to comment.