mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
2002-03-24 Andreas Jaeger <aj@suse.de> * manual/memory.texi (Aligned Memory Blocks): Fix typo. * stdio-common/tst-fdopen.c (main): Remove unused variable. * iconv/tst-iconv3.c (main): Use correct printf strings.
This commit is contained in:
@@ -20,7 +20,7 @@ main (int argc, char *argv[])
|
||||
char *name;
|
||||
FILE *fp = NULL;
|
||||
int retval = 0;
|
||||
int c, fd;
|
||||
int fd;
|
||||
|
||||
name = tmpnam (NULL);
|
||||
fp = fopen (name, "w");
|
||||
|
||||
Reference in New Issue
Block a user