bitwiseworks / libc

LIBC Next (kLIBC fork)
9 stars 4 forks source link

sem_open sem_close sem_unlink #106

Open SilvanScherrer opened 3 years ago

SilvanScherrer commented 3 years ago

Those api are missing from semaphore.h.. to complete python3 they are needed.

SilvanScherrer commented 2 years ago

See https://github.com/komh/os2compat/tree/master/thread for possible implementation

dmik commented 1 year ago

Well, I can't see sem_open, sem_close and sem_unlink implementations in the above repo. Only see_create, sem_destroy etc which we already have.

As for doing it from scratch, this doesn't look like a quick task so postponing for now.