diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
commit | 29514aade72d8a96937326a87bfe994f85896d94 (patch) | |
tree | 69677fda0bff76d3640a831244185e79752b8091 /localedata/tst-ctype.c | |
parent | 160bb4094514b41e70a4701235fb622c0061442b (diff) | |
download | glibc-29514aade72d8a96937326a87bfe994f85896d94.tar.gz |
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
__libc_write, __libc_lseek64, to ...
(ld: GLIBC_PRIVATE): ... here.
Diffstat (limited to 'localedata/tst-ctype.c')
-rw-r--r-- | localedata/tst-ctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-ctype.c b/localedata/tst-ctype.c index b6f615ced6..fb2e78cbb2 100644 --- a/localedata/tst-ctype.c +++ b/localedata/tst-ctype.c @@ -72,7 +72,7 @@ main (void) size_t inplinelen = 0; char *resline = NULL; size_t reslinelen = 0; - int n; + size_t n; const unsigned short int *__ctype_b; setlocale (LC_ALL, ""); |