this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[kernel/libsyscall] Add stub methods for os_thread_self_restrict.

Thomas A 84c3da19 653d430d

+7
+7
src/kernel/libsyscall/os/thread_self_restrict.h
··· 28 28 29 29 #ifndef OS_THREAD_SELF_RESTRICT_H 30 30 #define OS_THREAD_SELF_RESTRICT_H 31 + 32 + #ifdef DARLING 33 + #define os_thread_self_restrict_rwx_is_supported() false 34 + #define os_thread_self_restrict_rwx_to_rw() 35 + #define os_thread_self_restrict_rwx_to_rx() 36 + #endif 37 + 31 38 #endif /* OS_THREAD_SELF_RESTRICT_H */