mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
merge from gcc
This commit is contained in:
@@ -24,11 +24,10 @@ not be used in new projects. Use @code{mkstemp} instead.
|
||||
static char tmpnam_buffer[L_tmpnam];
|
||||
static int tmpnam_counter;
|
||||
|
||||
extern int getpid ();
|
||||
extern int getpid (void);
|
||||
|
||||
char *
|
||||
tmpnam (s)
|
||||
char *s;
|
||||
tmpnam (char *s)
|
||||
{
|
||||
int pid = getpid ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user