From 4e1a6f1b3c543b9fbeb882a9e97551f7c58ca65a Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 25 Dec 2023 18:36:02 +0100 Subject: ports: curl :^) had to do a lot of hacky stuff, but it's there. worked on this on and off for a while now --- src/libc/include/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libc/include/fcntl.h') diff --git a/src/libc/include/fcntl.h b/src/libc/include/fcntl.h index ba9b9e0..63d301b 100644 --- a/src/libc/include/fcntl.h +++ b/src/libc/include/fcntl.h @@ -4,6 +4,7 @@ #define F_GETFL 2 #define F_DUPFD 3 #define F_SETFD 4 +#define F_GETFD 5 #define FD_CLOEXEC 1 -- cgit v1.2.3