From c304133224af3f9866d00c8cb8a92d6a3aba1899 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sun, 25 Jan 2026 01:47:30 +0200 Subject: [PATCH] LibC: Indicate regex support in unistd.h --- userspace/libraries/LibC/include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/libraries/LibC/include/unistd.h b/userspace/libraries/LibC/include/unistd.h index 17c98999..e628a913 100644 --- a/userspace/libraries/LibC/include/unistd.h +++ b/userspace/libraries/LibC/include/unistd.h @@ -36,7 +36,7 @@ __BEGIN_DECLS #define _POSIX_RAW_SOCKETS 0 /* raw sockets :D */ #define _POSIX_READER_WRITER_LOCKS 200809L #define _POSIX_REALTIME_SIGNALS -1 /* siq{queue,timedwait,waitinfo} */ -#define _POSIX_REGEXP -1 /* reg{comp,error,exec,free} */ +#define _POSIX_REGEXP 200809L #define _POSIX_SAVED_IDS 200809L #define _POSIX_SEMAPHORES -1 /* sem_{close,destroy,getvalue,init,open,post,trywait,unlink,wait} */ #define _POSIX_SHARED_MEMORY_OBJECTS -1 /* shm_{open,unlink} */