mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
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.
This commit is contained in:
@@ -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>
|
2014-12-15 Torvald Riegel <triegel@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
|
* sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
|
||||||
|
@@ -25,6 +25,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>
|
||||||
|
|
||||||
|
|
||||||
const char *locs[] =
|
const char *locs[] =
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <libc-internal.h>
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Reference in New Issue
Block a user