(posix_mkdir) [_WIN32]: Change CR/LF to LF.
This commit is contained in:
parent
56642d0415
commit
2b4fd27b97
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
#include "unistd.h"
|
||||
|
||||
/*
|
||||
* POSIX equivalent for mkdir().
|
||||
* Windows does not set the permission directly with mkdir().
|
||||
* POSIX equivalent for mkdir().
|
||||
* Windows does not set the permission directly with mkdir().
|
||||
*/
|
||||
int
|
||||
posix_mkdir(const char *dirname, mode_t perm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue