mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Hide reference to mktemp in libpthread
This commit is contained in:
@ -329,7 +329,7 @@ sem_open (const char *name, int oflag, ...)
|
||||
since the file must be opened with a specific mode. The
|
||||
mode cannot later be set since then we cannot apply the
|
||||
file create mask. */
|
||||
if (mktemp (tmpfname) == NULL)
|
||||
if (__mktemp (tmpfname) == NULL)
|
||||
return SEM_FAILED;
|
||||
|
||||
/* Open the file. Make sure we do not overwrite anything. */
|
||||
|
Reference in New Issue
Block a user