fixup sched_yield

This commit is contained in:
Bananymous 2025-04-02 12:47:51 +03:00
parent 2935e2c8a5
commit 587095e04e
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ __BEGIN_DECLS
O(SYS_FSYNC, fsync) \ O(SYS_FSYNC, fsync) \
O(SYS_SYMLINKAT, symlinkat) \ O(SYS_SYMLINKAT, symlinkat) \
O(SYS_HARDLINKAT, hardlinkat) \ O(SYS_HARDLINKAT, hardlinkat) \
O(SYS_YIELD, yield) \
O(SYS_PTHREAD_CREATE, pthread_create) \ O(SYS_PTHREAD_CREATE, pthread_create) \
O(SYS_PTHREAD_EXIT, pthread_exit) \ O(SYS_PTHREAD_EXIT, pthread_exit) \
O(SYS_PTHREAD_SELF, pthread_self) \ O(SYS_PTHREAD_SELF, pthread_self) \