mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Add posix semaphores support
There's still some bugs to work out on Windows and OpenBSD.
This commit is contained in:
parent
f52f65b2e3
commit
8111462789
36 changed files with 779 additions and 59 deletions
|
@ -64,7 +64,8 @@ bool32 CopyFile(const char16_t *lpExistingFileName,
|
|||
bool32 MoveFile(const char16_t *lpExistingFileName,
|
||||
const char16_t *lpNewFileName) paramsnonnull();
|
||||
bool32 MoveFileEx(const char16_t *lpExistingFileName,
|
||||
const char16_t *lpNewFileName, int dwFlags) paramsnonnull();
|
||||
const char16_t *opt_lpNewFileName, int dwFlags)
|
||||
paramsnonnull((1));
|
||||
|
||||
bool32 SetCurrentDirectory(const char16_t *lpPathName);
|
||||
uint32_t GetCurrentDirectory(uint32_t nBufferLength, char16_t *out_lpBuffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue