mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Introduce shm_open() and shm_unlink()
This commit is contained in:
parent
fadb64a2bf
commit
0b1acce680
9 changed files with 313 additions and 37 deletions
|
@ -46,7 +46,7 @@ void IgnoreStderr(void) {
|
|||
|
||||
const char *SemPath(const char *name) {
|
||||
static _Thread_local char buf[PATH_MAX];
|
||||
return sem_path_np(name, buf, sizeof(buf));
|
||||
return shm_path_np(name, buf, sizeof(buf));
|
||||
}
|
||||
|
||||
void SetUp(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue