mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Normalize mkdir() error codes
This commit is contained in:
parent
6070319f84
commit
bf8b1623c8
11 changed files with 206 additions and 25 deletions
|
@ -52,6 +52,7 @@ char *xinet_ntop(int, const void *) _XPNN _XMAL;
|
|||
╚────────────────────────────────────────────────────────────────────────────│*/
|
||||
|
||||
int rmrf(const char *);
|
||||
int makedirs(const char *, unsigned);
|
||||
char *xdirname(const char *) paramsnonnull() _XMAL;
|
||||
char *xjoinpaths(const char *, const char *) paramsnonnull() _XMAL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue