this repo has no description
1
fork

Configure Feed

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

[kernel/libsyscall] Include "sys/fcntl.h" in fcntl-base.c

Thomas A e985f5a4 f9f1d9d8

+3
+3
src/kernel/libsyscall/wrappers/cancelable/fcntl-base.c
··· 21 21 * @APPLE_LICENSE_HEADER_END@ 22 22 */ 23 23 #include <stdarg.h> 24 + #ifdef DARLING 25 + #include <sys/fcntl.h> 26 + #endif 24 27 25 28 int __FCNTL(int, int, void *); 26 29