1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Ports/zig: Bump zig version to 0.12.0-dev.141+ddf5859c2

Fixes build error
```
error "It looks like you're trying to enable vendor availability
markup, but you haven't defined the corresponding macros yet!"
```
while trying to #include <__availability> header without having
the necessary preprocessor directive
`_LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS` set
This commit is contained in:
Andre Herbst 2023-08-19 18:02:30 +02:00 committed by Tim Schumacher
parent ca16a1ed08
commit 14d8403a7b
10 changed files with 219 additions and 77 deletions

View file

@ -99,6 +99,7 @@ F_SETFD
F_SETFL
F_SETLK
F_SETLKW
HOST_NAME_MAX
IOV_MAX
LOCK_EX
LOCK_NB
@ -118,6 +119,7 @@ MAP_STACK
MS_ASYNC
MS_INVALIDATE
MS_SYNC
NAME_MAX
O_ACCMODE
O_APPEND
O_CLOEXEC
@ -151,9 +153,19 @@ PROT_READ
PROT_WRITE
PTHREAD_STACK_MIN
R_OK
SA_NOCLDSTOP
SA_NOCLDWAIT
SA_SIGINFO
SA_RESTART
SA_RESETHAND
SA_ONSTACK
SA_NODEFER
SEEK_CUR
SEEK_END
SEEK_SET
SHUT_RD
SHUT_WR
SHUT_RDWR
SIGABRT
SIGALRM
SIGBUS