mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
update from main archive 961001
This commit is contained in:
@ -29,7 +29,7 @@ tmpnam (char *s)
|
||||
/* By using two buffers we manage to be thread safe in the case
|
||||
where S != NULL. */
|
||||
static char buf[L_tmpnam];
|
||||
char *tmpbuf[L_tmpnam];
|
||||
char tmpbuf[L_tmpnam];
|
||||
char *result;
|
||||
|
||||
/* In the following call we use the buffer pointed to by S if
|
||||
|
Reference in New Issue
Block a user