* Uncommenting POSIX mkdtemp function. Tested.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28840 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c71a6614e2
commit
e4263eb78e
@ -69,14 +69,12 @@ mkstemp(char *path)
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
char *
|
||||
mkdtemp(path)
|
||||
char *path;
|
||||
{
|
||||
return (_gettemp(path, (int *)NULL, 1, 0) ? path : (char *)NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
char *
|
||||
|
Loading…
Reference in New Issue
Block a user