Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stdio-common: Include <libc-internal.h> in some tests
This patch adds the missing libc-internal.h include on test-vprintf.c
tst-sprintf.c.
  • Loading branch information
Adhemerval Zanella committed Dec 15, 2014
1 parent bc89c0f commit e7e21cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>

* stdio-common/test-vfprintf.c: Include <libc-internal.h>.
* stdio-common/tst-sprintf.c: Likewise.

2014-12-15 Torvald Riegel <triegel@redhat.com>

* sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
Expand Down
1 change: 1 addition & 0 deletions stdio-common/test-vfprintf.c
Expand Up @@ -25,6 +25,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <libc-internal.h>


const char *locs[] =
Expand Down
1 change: 1 addition & 0 deletions stdio-common/tst-sprintf.c
Expand Up @@ -2,6 +2,7 @@
#include <stdlib.h>
#include <locale.h>
#include <string.h>
#include <libc-internal.h>


static int
Expand Down

0 comments on commit e7e21cb

Please sign in to comment.