LibC: Indicate regex support in unistd.h

This commit is contained in:
Bananymous 2026-01-25 01:47:30 +02:00
parent 7843d3de62
commit c304133224
1 changed files with 1 additions and 1 deletions

View File

@ -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} */