Upgrade cosmopolitan gcc and binutils to 2.35.2

This change upgrades to the latest portcosmo gcc patch
6728fe1a25185560603ca312a8d4352af2a4e515 which lets us avoid needing to
define __tmpcosmo_FOO constants. We're now using an appropriate binutils
version for GCC 11. The older binutils sometimes wasn't able to print
backtraces, due to not being able to find a .debug_ranges section.

This is breaking change for /opt/cosmos libraries :'( due to this weird
"error: need linked-to section for --gc-sections" that pops up.

Please run `make clean` in the monorepo before rebuilding.
This commit is contained in:
Justine Tunney 2023-06-18 00:54:14 -07:00
parent 2c0f0bab0b
commit afc58a8b41
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
104 changed files with 5 additions and 1032 deletions

View file

@ -704,155 +704,6 @@ extern const errno_t EXFULL;
#define EXDEV EXDEV
#define EXFULL EXFULL
#define __tmpcosmo_E2BIG -15823698
#define __tmpcosmo_EACCES -15823580
#define __tmpcosmo_EADDRINUSE -15823756
#define __tmpcosmo_EADDRNOTAVAIL -15823592
#define __tmpcosmo_EADV -15823574
#define __tmpcosmo_EAFNOSUPPORT -15823748
#define __tmpcosmo_EAGAIN -15823506
#define __tmpcosmo_EALREADY -15823530
#define __tmpcosmo_EAUTH -15823702
#define __tmpcosmo_EBADARCH -15823738
#define __tmpcosmo_EBADE -15823740
#define __tmpcosmo_EBADEXEC -15823684
#define __tmpcosmo_EBADF -15823744
#define __tmpcosmo_EBADFD -15823554
#define __tmpcosmo_EBADMACHO -15823618
#define __tmpcosmo_EBADMSG -15823650
#define __tmpcosmo_EBADR -15823570
#define __tmpcosmo_EBADRPC -15823626
#define __tmpcosmo_EBADRQC -15823688
#define __tmpcosmo_EBADSLT -15823788
#define __tmpcosmo_EBUSY -15823550
#define __tmpcosmo_ECANCELED -15823676
#define __tmpcosmo_ECHILD -15823662
#define __tmpcosmo_ECHRNG -15823722
#define __tmpcosmo_ECOMM -15823634
#define __tmpcosmo_ECONNABORTED -15823616
#define __tmpcosmo_ECONNREFUSED -15823556
#define __tmpcosmo_ECONNRESET -15823548
#define __tmpcosmo_EDEADLK -15823718
#define __tmpcosmo_EDESTADDRREQ -15823658
#define __tmpcosmo_EDEVERR -15823518
#define __tmpcosmo_EDOM -15823798
#define __tmpcosmo_EDOTDOT -15823726
#define __tmpcosmo_EDQUOT -15823620
#define __tmpcosmo_EEXIST -15823594
#define __tmpcosmo_EFAULT -15823686
#define __tmpcosmo_EFBIG -15823768
#define __tmpcosmo_EFTYPE -15823568
#define __tmpcosmo_EHOSTDOWN -15823596
#define __tmpcosmo_EHOSTUNREACH -15823742
#define __tmpcosmo_EHWPOISON -15823680
#define __tmpcosmo_EIDRM -15823644
#define __tmpcosmo_EILSEQ -15823540
#define __tmpcosmo_EINPROGRESS -15823720
#define __tmpcosmo_EINTR -15823710
#define __tmpcosmo_EINVAL -15823624
#define __tmpcosmo_EIO -15823544
#define __tmpcosmo_EISCONN -15823704
#define __tmpcosmo_EISDIR -15823758
#define __tmpcosmo_EISNAM -15823682
#define __tmpcosmo_EKEYEXPIRED -15823520
#define __tmpcosmo_EKEYREJECTED -15823712
#define __tmpcosmo_EKEYREVOKED -15823780
#define __tmpcosmo_EL2HLT -15823510
#define __tmpcosmo_EL2NSYNC -15823670
#define __tmpcosmo_EL3HLT -15823792
#define __tmpcosmo_EL3RST -15823654
#define __tmpcosmo_ELIBACC -15823708
#define __tmpcosmo_ELIBBAD -15823564
#define __tmpcosmo_ELIBEXEC -15823696
#define __tmpcosmo_ELIBMAX -15823724
#define __tmpcosmo_ELIBSCN -15823786
#define __tmpcosmo_ELNRNG -15823732
#define __tmpcosmo_ELOOP -15823672
#define __tmpcosmo_EMEDIUMTYPE -15823508
#define __tmpcosmo_EMFILE -15823762
#define __tmpcosmo_EMLINK -15823694
#define __tmpcosmo_EMSGSIZE -15823536
#define __tmpcosmo_EMULTIHOP -15823750
#define __tmpcosmo_ENAMETOOLONG -15823600
#define __tmpcosmo_ENAVAIL -15823656
#define __tmpcosmo_ENEEDAUTH -15823766
#define __tmpcosmo_ENETDOWN -15823730
#define __tmpcosmo_ENETRESET -15823604
#define __tmpcosmo_ENETUNREACH -15823524
#define __tmpcosmo_ENFILE -15823700
#define __tmpcosmo_ENOANO -15823734
#define __tmpcosmo_ENOATTR -15823606
#define __tmpcosmo_ENOBUFS -15823628
#define __tmpcosmo_ENOCSI -15823760
#define __tmpcosmo_ENODATA -15823516
#define __tmpcosmo_ENODEV -15823774
#define __tmpcosmo_ENOENT -15823590
#define __tmpcosmo_ENOEXEC -15823512
#define __tmpcosmo_ENOKEY -15823764
#define __tmpcosmo_ENOLCK -15823782
#define __tmpcosmo_ENOLINK -15823538
#define __tmpcosmo_ENOMEDIUM -15823598
#define __tmpcosmo_ENOMEM -15823514
#define __tmpcosmo_ENOMSG -15823796
#define __tmpcosmo_ENONET -15823642
#define __tmpcosmo_ENOPKG -15823664
#define __tmpcosmo_ENOPOLICY -15823716
#define __tmpcosmo_ENOPROTOOPT -15823608
#define __tmpcosmo_ENOSPC -15823646
#define __tmpcosmo_ENOSR -15823558
#define __tmpcosmo_ENOSTR -15823706
#define __tmpcosmo_ENOSYS -15823636
#define __tmpcosmo_ENOTBLK -15823640
#define __tmpcosmo_ENOTCONN -15823778
#define __tmpcosmo_ENOTDIR -15823648
#define __tmpcosmo_ENOTEMPTY -15823552
#define __tmpcosmo_ENOTNAM -15823532
#define __tmpcosmo_ENOTRECOVERABLE -15823746
#define __tmpcosmo_ENOTSOCK -15823582
#define __tmpcosmo_ENOTSUP -15823602
#define __tmpcosmo_ENOTTY -15823528
#define __tmpcosmo_ENOTUNIQ -15823790
#define __tmpcosmo_ENXIO -15823622
#define __tmpcosmo_EOPNOTSUPP -15823588
#define __tmpcosmo_EOVERFLOW -15823736
#define __tmpcosmo_EOWNERDEAD -15823562
#define __tmpcosmo_EPERM -15823754
#define __tmpcosmo_EPFNOSUPPORT -15823690
#define __tmpcosmo_EPIPE -15823534
#define __tmpcosmo_EPROCLIM -15823610
#define __tmpcosmo_EPROCUNAVAIL -15823546
#define __tmpcosmo_EPROGMISMATCH -15823572
#define __tmpcosmo_EPROGUNAVAIL -15823526
#define __tmpcosmo_EPROTO -15823678
#define __tmpcosmo_EPROTONOSUPPORT -15823576
#define __tmpcosmo_EPROTOTYPE -15823614
#define __tmpcosmo_EPWROFF -15823692
#define __tmpcosmo_ERANGE -15823772
#define __tmpcosmo_EREMCHG -15823666
#define __tmpcosmo_EREMOTE -15823560
#define __tmpcosmo_EREMOTEIO -15823794
#define __tmpcosmo_ERESTART -15823728
#define __tmpcosmo_ERFKILL -15823612
#define __tmpcosmo_EROFS -15823566
#define __tmpcosmo_ERPCMISMATCH -15823542
#define __tmpcosmo_ESHLIBVERS -15823584
#define __tmpcosmo_ESHUTDOWN -15823660
#define __tmpcosmo_ESOCKTNOSUPPORT -15823776
#define __tmpcosmo_ESPIPE -15823652
#define __tmpcosmo_ESRCH -15823674
#define __tmpcosmo_ESRMNT -15823714
#define __tmpcosmo_ESTALE -15823632
#define __tmpcosmo_ESTRPIPE -15823770
#define __tmpcosmo_ETIME -15823630
#define __tmpcosmo_ETIMEDOUT -15823522
#define __tmpcosmo_ETOOMANYREFS -15823586
#define __tmpcosmo_ETXTBSY -15823638
#define __tmpcosmo_EUCLEAN -15823578
#define __tmpcosmo_EUNATCH -15823504
#define __tmpcosmo_EUSERS -15823668
#define __tmpcosmo_EXDEV -15823752
#define __tmpcosmo_EXFULL -15823784
extern errno_t __errno;
errno_t *__errno_location(void);

View file

@ -95,49 +95,6 @@ extern const int AF_X25;
#define AF_WANPIPE AF_WANPIPE
#define AF_X25 AF_X25
#define __tmpcosmo_AF_ALG -15823936
#define __tmpcosmo_AF_APPLETALK -15823820
#define __tmpcosmo_AF_ASH -15823924
#define __tmpcosmo_AF_ATMPVC -15824070
#define __tmpcosmo_AF_ATMSVC -15824056
#define __tmpcosmo_AF_AX25 -15824014
#define __tmpcosmo_AF_BLUETOOTH -15823992
#define __tmpcosmo_AF_BRIDGE -15823812
#define __tmpcosmo_AF_CAIF -15823850
#define __tmpcosmo_AF_CAN -15823868
#define __tmpcosmo_AF_ECONET -15823852
#define __tmpcosmo_AF_FILE -15824118
#define __tmpcosmo_AF_IB -15823966
#define __tmpcosmo_AF_IEEE802154 -15823906
#define __tmpcosmo_AF_IPX -15824002
#define __tmpcosmo_AF_IRDA -15823860
#define __tmpcosmo_AF_ISDN -15823978
#define __tmpcosmo_AF_IUCV -15824106
#define __tmpcosmo_AF_KCM -15824024
#define __tmpcosmo_AF_KEY -15823948
#define __tmpcosmo_AF_LINK -15823878
#define __tmpcosmo_AF_LLC -15823824
#define __tmpcosmo_AF_LOCAL -15823928
#define __tmpcosmo_AF_MAX -15824082
#define __tmpcosmo_AF_MPLS -15824026
#define __tmpcosmo_AF_NETBEUI -15824124
#define __tmpcosmo_AF_NETLINK -15824004
#define __tmpcosmo_AF_NETROM -15823886
#define __tmpcosmo_AF_NFC -15824142
#define __tmpcosmo_AF_PACKET -15824028
#define __tmpcosmo_AF_PHONET -15823830
#define __tmpcosmo_AF_PPPOX -15823876
#define __tmpcosmo_AF_ROSE -15824016
#define __tmpcosmo_AF_ROUTE -15824100
#define __tmpcosmo_AF_RXRPC -15823926
#define __tmpcosmo_AF_SECURITY -15824136
#define __tmpcosmo_AF_SNA -15823950
#define __tmpcosmo_AF_TIPC -15824034
#define __tmpcosmo_AF_VSOCK -15824146
#define __tmpcosmo_AF_WANPIPE -15823960
#define __tmpcosmo_AF_X25 -15823864
#define __tmpcosmo_AF_INET6 1498323847
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_AF_H_ */

View file

@ -25,11 +25,5 @@ COSMOPOLITAN_C_END_
#define AT_EACCESS AT_EACCESS
#define AT_EMPTY_PATH AT_EMPTY_PATH
#define __tmpcosmo_AT_FDCWD 1179405227
#define __tmpcosmo_AT_SYMLINK_FOLLOW 2095634819
#define __tmpcosmo_AT_SYMLINK_NOFOLLOW -527548073
#define __tmpcosmo_AT_REMOVEDIR -1645201444
#define __tmpcosmo_AT_EACCESS 1250381332
#define __tmpcosmo_AT_EMPTY_PATH -905338016
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_AT_H_ */

View file

@ -84,43 +84,5 @@ COSMOPOLITAN_C_END_
#define AT_UCACHEBSIZE AT_UCACHEBSIZE
#define AT_UID AT_UID
#define __tmpcosmo_AT_BASE -1855992398
#define __tmpcosmo_AT_BASE_PLATFORM 1808921239
#define __tmpcosmo_AT_CANARY 970484702
#define __tmpcosmo_AT_CANARYLEN -1519746688
#define __tmpcosmo_AT_CLKTCK 1992240562
#define __tmpcosmo_AT_DCACHEBSIZE 863586363
#define __tmpcosmo_AT_EGID 1532201139
#define __tmpcosmo_AT_EHDRFLAGS 1117498191
#define __tmpcosmo_AT_ENTRY -881318004
#define __tmpcosmo_AT_EUID -94994583
#define __tmpcosmo_AT_EXECFD 1401411855
#define __tmpcosmo_AT_EXECFN -1457019650
#define __tmpcosmo_AT_EXECPATH 887479731
#define __tmpcosmo_AT_FLAGS 1235860257
#define __tmpcosmo_AT_GID -9520266
#define __tmpcosmo_AT_HWCAP -1179314026
#define __tmpcosmo_AT_HWCAP2 -1420265774
#define __tmpcosmo_AT_ICACHEBSIZE 1580363101
#define __tmpcosmo_AT_MINSIGSTKSZ -75267465
#define __tmpcosmo_AT_NCPUS -995438071
#define __tmpcosmo_AT_NOTELF 1219739005
#define __tmpcosmo_AT_NO_AUTOMOUNT -76603664
#define __tmpcosmo_AT_OSRELDATE 1821203372
#define __tmpcosmo_AT_PAGESIZES 569939040
#define __tmpcosmo_AT_PAGESIZESLEN 164991034
#define __tmpcosmo_AT_PAGESZ 712839957
#define __tmpcosmo_AT_PHDR -392168925
#define __tmpcosmo_AT_PHENT 1997583295
#define __tmpcosmo_AT_PHNUM 965878207
#define __tmpcosmo_AT_PLATFORM -1302967068
#define __tmpcosmo_AT_RANDOM 41281473
#define __tmpcosmo_AT_SECURE -197675851
#define __tmpcosmo_AT_STACKBASE -1736872741
#define __tmpcosmo_AT_STACKPROT 217825885
#define __tmpcosmo_AT_SYSINFO_EHDR -473176894
#define __tmpcosmo_AT_TIMEKEEP -1193655847
#define __tmpcosmo_AT_UCACHEBSIZE 1555124849
#define __tmpcosmo_AT_UID 1722564595
#endif /* COSMOPOLITAN_LIBC_CALLS_AUXV_H_ */

View file

@ -63,34 +63,6 @@ extern const uint32_t B4000000;
#define B3500000 B3500000
#define B4000000 B4000000
#define __tmpcosmo_B50 -953383397
#define __tmpcosmo_B75 1130536802
#define __tmpcosmo_B110 -659509311
#define __tmpcosmo_B134 -131437328
#define __tmpcosmo_B150 -1673428193
#define __tmpcosmo_B200 2138567959
#define __tmpcosmo_B300 -1445271060
#define __tmpcosmo_B600 1252327384
#define __tmpcosmo_B1200 -389937088
#define __tmpcosmo_B1800 773974105
#define __tmpcosmo_B2400 -1936595377
#define __tmpcosmo_B4800 -1608072774
#define __tmpcosmo_B9600 -1161161922
#define __tmpcosmo_B19200 91389144
#define __tmpcosmo_B38400 239735293
#define __tmpcosmo_B57600 -1507679301
#define __tmpcosmo_B115200 217987560
#define __tmpcosmo_B230400 -1641848795
#define __tmpcosmo_B500000 1083827308
#define __tmpcosmo_B576000 1010987036
#define __tmpcosmo_B1000000 -1265517687
#define __tmpcosmo_B1152000 1805492829
#define __tmpcosmo_B1500000 1858564109
#define __tmpcosmo_B2000000 -597557560
#define __tmpcosmo_B2500000 1415439593
#define __tmpcosmo_B3000000 907032447
#define __tmpcosmo_B3500000 -610258643
#define __tmpcosmo_B4000000 -1412738484
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -29,6 +29,5 @@ COSMOPOLITAN_C_END_
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC CLOCK_MONOTONIC
#define __tmpcosmo_CLOCK_MONOTONIC 52735271
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_CLOCK_H_ */

View file

@ -71,27 +71,5 @@ COSMOPOLITAN_C_END_
#define F_UNLCK F_UNLCK
#define F_WRLCK F_WRLCK
#define __tmpcosmo_F_DUPFD_CLOEXEC -15823938
#define __tmpcosmo_F_GETLEASE -15823862
#define __tmpcosmo_F_GETLK -15823916
#define __tmpcosmo_F_GETLK64 -15823846
#define __tmpcosmo_F_GETOWN -15824116
#define __tmpcosmo_F_GETPATH -15824128
#define __tmpcosmo_F_GETPIPE_SZ -15824006
#define __tmpcosmo_F_GETSIG -15824112
#define __tmpcosmo_F_MAXFD -15823896
#define __tmpcosmo_F_NOCACHE -15824048
#define __tmpcosmo_F_NOTIFY -15823898
#define __tmpcosmo_F_RDLCK -15823826
#define __tmpcosmo_F_SETLEASE -15823884
#define __tmpcosmo_F_SETLK -15824088
#define __tmpcosmo_F_SETLK64 -15824154
#define __tmpcosmo_F_SETLKW -15824096
#define __tmpcosmo_F_SETLKW64 -15824104
#define __tmpcosmo_F_SETOWN -15823874
#define __tmpcosmo_F_SETPIPE_SZ -15823958
#define __tmpcosmo_F_SETSIG -15823832
#define __tmpcosmo_F_UNLCK -15824148
#define __tmpcosmo_F_WRLCK -15824058
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_F_H_ */

View file

@ -15,12 +15,6 @@ extern const uint32_t FIONREAD;
#define FIONCLEX FIONCLEX
#define FIONREAD FIONREAD
#define __tmpcosmo_FIOASYNC -484047213
#define __tmpcosmo_FIOCLEX -1198942590
#define __tmpcosmo_FIONBIO 2035363853
#define __tmpcosmo_FIONCLEX -25760400
#define __tmpcosmo_FIONREAD 1333957726
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_FIO_H_ */

View file

@ -40,17 +40,5 @@ COSMOPOLITAN_C_END_
#define IFF_RUNNING IFF_RUNNING
#define IFF_SLAVE IFF_SLAVE
#define __tmpcosmo_IFF_ALLMULTI -15824140
#define __tmpcosmo_IFF_AUTOMEDIA -15823962
#define __tmpcosmo_IFF_DYNAMIC -15823848
#define __tmpcosmo_IFF_MASTER -15823900
#define __tmpcosmo_IFF_MULTICAST -15824000
#define __tmpcosmo_IFF_NOARP -15823802
#define __tmpcosmo_IFF_NOTRAILERS -15824130
#define __tmpcosmo_IFF_POINTOPOINT -15824138
#define __tmpcosmo_IFF_PORTSEL -15824150
#define __tmpcosmo_IFF_PROMISC -15824010
#define __tmpcosmo_IFF_RUNNING -15824080
#define __tmpcosmo_IFF_SLAVE -15824022
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_IFF_H_ */

View file

@ -103,55 +103,6 @@ extern const int IP_XFRM_POLICY;
#define IP_UNICAST_IF IP_UNICAST_IF
#define IP_XFRM_POLICY IP_XFRM_POLICY
#define __tmpcosmo_IP_ADD_MEMBERSHIP -1321562193
#define __tmpcosmo_IP_ADD_SOURCE_MEMBERSHIP -105214734
#define __tmpcosmo_IP_BIND_ADDRESS_NO_PORT 1524082293
#define __tmpcosmo_IP_BLOCK_SOURCE -197478650
#define __tmpcosmo_IP_CHECKSUM 1604855002
#define __tmpcosmo_IP_DEFAULT_MULTICAST_LOOP 1845412306
#define __tmpcosmo_IP_DEFAULT_MULTICAST_TTL 78428386
#define __tmpcosmo_IP_DROP_MEMBERSHIP -1095356696
#define __tmpcosmo_IP_DROP_SOURCE_MEMBERSHIP 1161532229
#define __tmpcosmo_IP_FREEBIND -492780725
#define __tmpcosmo_IP_HDRINCL -578403232
#define __tmpcosmo_IP_IPSEC_POLICY -1171119592
#define __tmpcosmo_IP_MAX_MEMBERSHIPS -758085748
#define __tmpcosmo_IP_MINTTL 53022500
#define __tmpcosmo_IP_MSFILTER -791684253
#define __tmpcosmo_IP_MTU -379904604
#define __tmpcosmo_IP_MTU_DISCOVER 1351700838
#define __tmpcosmo_IP_MULTICAST_ALL -28373322
#define __tmpcosmo_IP_MULTICAST_IF 327169407
#define __tmpcosmo_IP_MULTICAST_LOOP -2016601761
#define __tmpcosmo_IP_MULTICAST_TTL 60677445
#define __tmpcosmo_IP_NODEFRAG -1549326603
#define __tmpcosmo_IP_OPTIONS 1075977940
#define __tmpcosmo_IP_ORIGDSTADDR 773066970
#define __tmpcosmo_IP_PASSSEC 904572014
#define __tmpcosmo_IP_PKTINFO -1059188119
#define __tmpcosmo_IP_PKTOPTIONS -1589901127
#define __tmpcosmo_IP_PMTUDISC -41501151
#define __tmpcosmo_IP_PMTUDISC_DO 1915857897
#define __tmpcosmo_IP_PMTUDISC_DONT 1947820643
#define __tmpcosmo_IP_PMTUDISC_INTERFACE -1353197859
#define __tmpcosmo_IP_PMTUDISC_OMIT -900368620
#define __tmpcosmo_IP_PMTUDISC_PROBE 28801554
#define __tmpcosmo_IP_PMTUDISC_WANT -565258238
#define __tmpcosmo_IP_RECVDSTADDR -889890721
#define __tmpcosmo_IP_RECVERR -1654149047
#define __tmpcosmo_IP_RECVOPTS 1261356589
#define __tmpcosmo_IP_RECVORIGDSTADDR 1699400438
#define __tmpcosmo_IP_RECVRETOPTS 919008264
#define __tmpcosmo_IP_RECVTOS 453403469
#define __tmpcosmo_IP_RECVTTL 737320736
#define __tmpcosmo_IP_RETOPTS 1069898501
#define __tmpcosmo_IP_ROUTER_ALERT 1014101924
#define __tmpcosmo_IP_TOS -4973360
#define __tmpcosmo_IP_TRANSPARENT 579002269
#define __tmpcosmo_IP_TTL 2114723474
#define __tmpcosmo_IP_UNBLOCK_SOURCE 82069799
#define __tmpcosmo_IP_UNICAST_IF -1900602318
#define __tmpcosmo_IP_XFRM_POLICY 1051426490
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -72,33 +72,6 @@ extern const int IPPROTO_UDPLITE;
#define IPPROTO_TP IPPROTO_TP
#define IPPROTO_UDPLITE IPPROTO_UDPLITE
#define __tmpcosmo_IPPROTO_AH -1870674383
#define __tmpcosmo_IPPROTO_BEETPH -88002196
#define __tmpcosmo_IPPROTO_COMP -1180207155
#define __tmpcosmo_IPPROTO_DCCP -1414939404
#define __tmpcosmo_IPPROTO_DSTOPTS -301626931
#define __tmpcosmo_IPPROTO_EGP 1981296310
#define __tmpcosmo_IPPROTO_ENCAP -1186890893
#define __tmpcosmo_IPPROTO_ESP 1912922673
#define __tmpcosmo_IPPROTO_FRAGMENT 815526741
#define __tmpcosmo_IPPROTO_GRE -1086664412
#define __tmpcosmo_IPPROTO_HOPOPTS 288110026
#define __tmpcosmo_IPPROTO_ICMPV6 -517548243
#define __tmpcosmo_IPPROTO_IDP -33178791
#define __tmpcosmo_IPPROTO_IGMP 1855375045
#define __tmpcosmo_IPPROTO_IPIP -1399362390
#define __tmpcosmo_IPPROTO_IPV6 -710044241
#define __tmpcosmo_IPPROTO_MH 1137562059
#define __tmpcosmo_IPPROTO_MPLS -796619090
#define __tmpcosmo_IPPROTO_MTP -1938822508
#define __tmpcosmo_IPPROTO_NONE -1481051745
#define __tmpcosmo_IPPROTO_PIM 1072180675
#define __tmpcosmo_IPPROTO_PUP 1814067734
#define __tmpcosmo_IPPROTO_ROUTING -1022888846
#define __tmpcosmo_IPPROTO_RSVP -568010455
#define __tmpcosmo_IPPROTO_SCTP -1561155298
#define __tmpcosmo_IPPROTO_TP -1222369418
#define __tmpcosmo_IPPROTO_UDPLITE -444852753
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -123,65 +123,6 @@ extern const int IPV6_XFRM_POLICY;
#define IPV6_V6ONLY IPV6_V6ONLY
#define IPV6_XFRM_POLICY IPV6_XFRM_POLICY
#define __tmpcosmo_IPV6_2292DSTOPTS 678069209
#define __tmpcosmo_IPV6_2292HOPLIMIT 1561068259
#define __tmpcosmo_IPV6_2292HOPOPTS 1907714767
#define __tmpcosmo_IPV6_2292PKTINFO 356029652
#define __tmpcosmo_IPV6_2292PKTOPTIONS 117081374
#define __tmpcosmo_IPV6_2292RTHDR 1636035669
#define __tmpcosmo_IPV6_ADDRFORM -1054757172
#define __tmpcosmo_IPV6_ADD_MEMBERSHIP -1680307522
#define __tmpcosmo_IPV6_AUTHHDR -1947213388
#define __tmpcosmo_IPV6_AUTOFLOWLABEL -1657222883
#define __tmpcosmo_IPV6_CHECKSUM -1542493753
#define __tmpcosmo_IPV6_DONTFRAG 189943592
#define __tmpcosmo_IPV6_DROP_MEMBERSHIP 1820062161
#define __tmpcosmo_IPV6_DSTOPTS -1331897775
#define __tmpcosmo_IPV6_HDRINCL -1699190495
#define __tmpcosmo_IPV6_HOPLIMIT -343952270
#define __tmpcosmo_IPV6_HOPOPTS -394761213
#define __tmpcosmo_IPV6_IPSEC_POLICY -2131021232
#define __tmpcosmo_IPV6_JOIN_ANYCAST 335351523
#define __tmpcosmo_IPV6_JOIN_GROUP 1555568929
#define __tmpcosmo_IPV6_LEAVE_ANYCAST 501463808
#define __tmpcosmo_IPV6_LEAVE_GROUP -1539743215
#define __tmpcosmo_IPV6_MINHOPCOUNT 1901629805
#define __tmpcosmo_IPV6_MTU 131760667
#define __tmpcosmo_IPV6_MTU_DISCOVER -1763058519
#define __tmpcosmo_IPV6_MULTICAST_HOPS 1551727279
#define __tmpcosmo_IPV6_MULTICAST_IF 1035413489
#define __tmpcosmo_IPV6_MULTICAST_LOOP -2077388688
#define __tmpcosmo_IPV6_NEXTHOP -1526051079
#define __tmpcosmo_IPV6_ORIGDSTADDR -957168735
#define __tmpcosmo_IPV6_PATHMTU -1790974186
#define __tmpcosmo_IPV6_PKTINFO 1905020529
#define __tmpcosmo_IPV6_PMTUDISC_DO -251721867
#define __tmpcosmo_IPV6_PMTUDISC_DONT 1152249305
#define __tmpcosmo_IPV6_PMTUDISC_INTERFACE 2128741179
#define __tmpcosmo_IPV6_PMTUDISC_OMIT -1459360179
#define __tmpcosmo_IPV6_PMTUDISC_PROBE 1737493952
#define __tmpcosmo_IPV6_PMTUDISC_WANT -231692414
#define __tmpcosmo_IPV6_RECVDSTOPTS 2118319635
#define __tmpcosmo_IPV6_RECVERR 743926555
#define __tmpcosmo_IPV6_RECVHOPLIMIT -213901102
#define __tmpcosmo_IPV6_RECVHOPOPTS -2068065960
#define __tmpcosmo_IPV6_RECVORIGDSTADDR -1432385217
#define __tmpcosmo_IPV6_RECVPATHMTU -2019840272
#define __tmpcosmo_IPV6_RECVPKTINFO 844434218
#define __tmpcosmo_IPV6_RECVRTHDR -1243605968
#define __tmpcosmo_IPV6_RECVTCLASS 38392473
#define __tmpcosmo_IPV6_ROUTER_ALERT -1302625266
#define __tmpcosmo_IPV6_RTHDR 238156690
#define __tmpcosmo_IPV6_RTHDRDSTOPTS 872395219
#define __tmpcosmo_IPV6_RTHDR_LOOSE -2022259083
#define __tmpcosmo_IPV6_RTHDR_STRICT 1510455360
#define __tmpcosmo_IPV6_RTHDR_TYPE_0 -1059520334
#define __tmpcosmo_IPV6_RXDSTOPTS 838357545
#define __tmpcosmo_IPV6_RXHOPOPTS -296413457
#define __tmpcosmo_IPV6_TCLASS 251757835
#define __tmpcosmo_IPV6_UNICAST_HOPS -774486644
#define __tmpcosmo_IPV6_V6ONLY -1291858455
#define __tmpcosmo_IPV6_XFRM_POLICY 774963753
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -25,16 +25,6 @@ extern const int MAX_INPUT;
#define MAX_CANON MAX_CANON
#define MAX_INPUT MAX_INPUT
#define __tmpcosmo_NGROUPS_MAX 1969598838
#define __tmpcosmo_PIPE_BUF 1992386673
#define __tmpcosmo_SOMAXCONN -1069247464
#define __tmpcosmo__ARG_MAX 794592230
#define __tmpcosmo__NAME_MAX -1301020103
#define __tmpcosmo__NSIG 1488054137
#define __tmpcosmo__PATH_MAX -1722847523
#define __tmpcosmo_LINK_MAX 1127355053
#define __tmpcosmo_MAX_CANON -1111005462
#define __tmpcosmo_MAX_INPUT -1378721420
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -17,8 +17,5 @@ COSMOPOLITAN_C_END_
#define LOCK_SH LOCK_SH
#define LOCK_UN LOCK_UN
#define __tmpcosmo_LOCK_NB -453005435
#define __tmpcosmo_LOCK_SH 1639584913
#define __tmpcosmo_LOCK_UN 17921936
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_LOCK_H_ */

View file

@ -43,11 +43,5 @@ COSMOPOLITAN_C_END_
#define MAP_ANON MAP_ANONYMOUS
#define MAP_NOCORE MAP_CONCEAL
#define __tmpcosmo_MAP_ANONYMOUS 582365471
#define __tmpcosmo_MAP_CONCEAL -155176713
#define __tmpcosmo_MAP_EXECUTABLE 140777257
#define __tmpcosmo_MAP_FIXED_NOREPLACE -1715515271
#define __tmpcosmo_MAP_HASSEMAPHORE 674508674
#define __tmpcosmo_MAP_POPULATE -2076654178
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MAP_H_ */

View file

@ -37,10 +37,6 @@ extern const int TIOCM_ST;
#define TIOCMBIC TIOCMBIC
#define TIOCMBIS TIOCMBIS
#define __tmpcosmo_TIOCMGET -1558289563
#define __tmpcosmo_TIOCMSET 1411834535
#define __tmpcosmo_TIOCMBIC 1398206874
#define __tmpcosmo_TIOCMBIS 522158367
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -93,48 +93,6 @@ extern const int MNT_SNAPSHOT;
#define MNT_NOCLUSTERW MNT_NOCLUSTERW
#define MNT_SNAPSHOT MNT_SNAPSHOT
#define __tmpcosmo_MS_NOSUID -1606122789
#define __tmpcosmo_MNT_NOSUID -1447475041
#define __tmpcosmo_MS_NODEV 1395530069
#define __tmpcosmo_MNT_NODEV 1936393733
#define __tmpcosmo_MS_NOEXEC 617413422
#define __tmpcosmo_MNT_NOEXEC -306506772
#define __tmpcosmo_MS_SYNCHRONOUS 957465984
#define __tmpcosmo_MNT_SYNCHRONOUS 934826893
#define __tmpcosmo_MS_REMOUNT 413574493
#define __tmpcosmo_MNT_UPDATE 920970183
#define __tmpcosmo_MS_MANDLOCK -831013869
#define __tmpcosmo_MS_DIRSYNC -1479267152
#define __tmpcosmo_MS_NOATIME 1168305905
#define __tmpcosmo_MNT_NOATIME 765975990
#define __tmpcosmo_MS_NODIRATIME 259117157
#define __tmpcosmo_MS_BIND 731286897
#define __tmpcosmo_MS_MOVE -808863326
#define __tmpcosmo_MS_REC -888579348
#define __tmpcosmo_MS_SILENT 1518034597
#define __tmpcosmo_MS_POSIXACL -1836436617
#define __tmpcosmo_MS_UNBINDABLE -1064128266
#define __tmpcosmo_MS_PRIVATE -869857793
#define __tmpcosmo_MS_SLAVE -1484401575
#define __tmpcosmo_MS_SHARED 1527550647
#define __tmpcosmo_MS_RELATIME -1251574211
#define __tmpcosmo_MNT_RELATIME 1860322269
#define __tmpcosmo_MS_KERNMOUNT -2091601207
#define __tmpcosmo_MS_I_VERSION -323807485
#define __tmpcosmo_MS_STRICTATIME -1587037133
#define __tmpcosmo_MNT_STRICTATIME -1140691829
#define __tmpcosmo_MS_LAZYTIME 1112443532
#define __tmpcosmo_MS_ACTIVE -2142880216
#define __tmpcosmo_MS_NOUSER 1270935574
#define __tmpcosmo_MS_RMT_MASK 376610379
#define __tmpcosmo_MS_MGC_VAL -1272539746
#define __tmpcosmo_MS_MGC_MSK 1522806541
#define __tmpcosmo_MNT_ASYNC -1141454736
#define __tmpcosmo_MNT_RELOAD 814423179
#define __tmpcosmo_MNT_SUIDDIR -1859059495
#define __tmpcosmo_MNT_NOCLUSTERR -1032466906
#define __tmpcosmo_MNT_NOCLUSTERW 203320937
#define __tmpcosmo_MNT_SNAPSHOT -1441878956
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -64,32 +64,6 @@ extern const int MSG_WAITFORONE;
#define MSG_WAITALL MSG_WAITALL
#define MSG_WAITFORONE MSG_WAITFORONE
#define __tmpcosmo_MSG_BATCH -1134416743
#define __tmpcosmo_MSG_BCAST 370853917
#define __tmpcosmo_MSG_CMSG_CLOEXEC -1745056044
#define __tmpcosmo_MSG_CONFIRM -1373446954
#define __tmpcosmo_MSG_CTRUNC -1111700304
#define __tmpcosmo_MSG_DONTWAIT -667086557
#define __tmpcosmo_MSG_EOF -602741896
#define __tmpcosmo_MSG_EOR -91925267
#define __tmpcosmo_MSG_ERRQUEUE 1651845516
#define __tmpcosmo_MSG_EXCEPT 460132348
#define __tmpcosmo_MSG_FASTOPEN -394051246
#define __tmpcosmo_MSG_FIN 1618968310
#define __tmpcosmo_MSG_INFO -1121675098
#define __tmpcosmo_MSG_MCAST -782610984
#define __tmpcosmo_MSG_MORE 1239285605
#define __tmpcosmo_MSG_NOERROR -1816652550
#define __tmpcosmo_MSG_NOSIGNAL -1026018855
#define __tmpcosmo_MSG_NOTIFICATION -1641797121
#define __tmpcosmo_MSG_PARITY_ERROR 742069756
#define __tmpcosmo_MSG_PROXY -2048250956
#define __tmpcosmo_MSG_RST -1659007642
#define __tmpcosmo_MSG_STAT -1766577788
#define __tmpcosmo_MSG_SYN -105011009
#define __tmpcosmo_MSG_TRUNC 1248152008
#define __tmpcosmo_MSG_WAITALL -209697144
#define __tmpcosmo_MSG_WAITFORONE -583987704
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -11,8 +11,6 @@ extern const int MS_INVALIDATE;
#define MS_SYNC MS_SYNC
#define MS_INVALIDATE MS_INVALIDATE
#define __tmpcosmo_MS_SYNC 534308386
#define __tmpcosmo_MS_INVALIDATE 635516839
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -62,26 +62,6 @@ extern const unsigned O_VERIFY;
#define O_SYNC O_SYNC
#define O_TRUNC O_TRUNC
#define __tmpcosmo_O_APPEND -801373305
#define __tmpcosmo_O_ASYNC -957973766
#define __tmpcosmo_O_CLOEXEC 1580591778
#define __tmpcosmo_O_COMPRESSED 1922797055
#define __tmpcosmo_O_CREAT -796151748
#define __tmpcosmo_O_DIRECT -1042229894
#define __tmpcosmo_O_DIRECTORY -614889241
#define __tmpcosmo_O_EXCL 1874611659
#define __tmpcosmo_O_EXEC -727286831
#define __tmpcosmo_O_INDEXED -234653513
#define __tmpcosmo_O_LARGEFILE -1307734823
#define __tmpcosmo_O_NDELAY -923014394
#define __tmpcosmo_O_NOATIME 1127867239
#define __tmpcosmo_O_NOCTTY -107116141
#define __tmpcosmo_O_NOFOLLOW 795975523
#define __tmpcosmo_O_NONBLOCK 549686796
#define __tmpcosmo_O_RANDOM -2052765995
#define __tmpcosmo_O_SEQUENTIAL 854419792
#define __tmpcosmo_O_SYNC -282123817
#define __tmpcosmo_O_TRUNC 924355570
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -95,51 +95,6 @@ extern const int PF_X25;
#define PF_WANPIPE PF_WANPIPE
#define PF_X25 PF_X25
#define __tmpcosmo_PF_ALG -1167318959
#define __tmpcosmo_PF_APPLETALK 1352627627
#define __tmpcosmo_PF_ASH -1469433340
#define __tmpcosmo_PF_ATMPVC -1573973598
#define __tmpcosmo_PF_ATMSVC -1896919644
#define __tmpcosmo_PF_AX25 2047319632
#define __tmpcosmo_PF_BLUETOOTH -2059948473
#define __tmpcosmo_PF_BRIDGE 1226413197
#define __tmpcosmo_PF_CAIF 348719180
#define __tmpcosmo_PF_CAN 1956565481
#define __tmpcosmo_PF_ECONET -590876500
#define __tmpcosmo_PF_FILE -2117897689
#define __tmpcosmo_PF_IB -1143185526
#define __tmpcosmo_PF_IEEE802154 644075298
#define __tmpcosmo_PF_INET -965498803
#define __tmpcosmo_PF_INET6 -605664230
#define __tmpcosmo_PF_IPX -812984923
#define __tmpcosmo_PF_IRDA -845910457
#define __tmpcosmo_PF_ISDN -2124176331
#define __tmpcosmo_PF_IUCV -223080277
#define __tmpcosmo_PF_KCM -625322398
#define __tmpcosmo_PF_KEY -1338823775
#define __tmpcosmo_PF_LLC 1643083644
#define __tmpcosmo_PF_LOCAL -1878383051
#define __tmpcosmo_PF_MAX 1429755554
#define __tmpcosmo_PF_MPLS 859672223
#define __tmpcosmo_PF_NETBEUI -1279572811
#define __tmpcosmo_PF_NETLINK -904019371
#define __tmpcosmo_PF_NETROM -1202450843
#define __tmpcosmo_PF_NFC 1879738902
#define __tmpcosmo_PF_PACKET -754919290
#define __tmpcosmo_PF_PHONET 1932009977
#define __tmpcosmo_PF_PPPOX 2066783213
#define __tmpcosmo_PF_RDS 350205681
#define __tmpcosmo_PF_ROSE -183721473
#define __tmpcosmo_PF_ROUTE -2010441155
#define __tmpcosmo_PF_RXRPC 1253344453
#define __tmpcosmo_PF_SECURITY -2074690212
#define __tmpcosmo_PF_SNA 543851053
#define __tmpcosmo_PF_TIPC -1469649195
#define __tmpcosmo_PF_UNIX 523231587
#define __tmpcosmo_PF_UNSPEC -8069898
#define __tmpcosmo_PF_VSOCK 1746452212
#define __tmpcosmo_PF_WANPIPE -1066851141
#define __tmpcosmo_PF_X25 880954619
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -28,17 +28,6 @@ extern const int16_t POLLWRNORM;
#define POLLWRBAND POLLWRBAND
#define POLLWRNORM POLLWRNORM
#define __tmpcosmo_POLLERR 1388165514
#define __tmpcosmo_POLLHUP -1081758058
#define __tmpcosmo_POLLIN -1297303806
#define __tmpcosmo_POLLNVAL 907399263
#define __tmpcosmo_POLLOUT -1712263905
#define __tmpcosmo_POLLPRI 1106108134
#define __tmpcosmo_POLLRDBAND -140530500
#define __tmpcosmo_POLLRDHUP -1946253190
#define __tmpcosmo_POLLRDNORM -1950521858
#define __tmpcosmo_POLLWRBAND 2089556804
#define __tmpcosmo_POLLWRNORM -128148805
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -23,9 +23,6 @@ extern const int POSIX_MADV_DONTNEED;
#define POSIX_MADV_DONTNEED POSIX_MADV_DONTNEED
#define __tmpcosmo_POSIX_FADV_DONTNEED -1804804183
#define __tmpcosmo_POSIX_FADV_NOREUSE 885813225
#define __tmpcosmo_POSIX_MADV_DONTNEED -624100598
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -24,7 +24,6 @@ extern const int TIOCPKT_STOP;
#define TIOCPKT TIOCPKT
#define __tmpcosmo_TIOCPKT -1036987649
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -27,17 +27,6 @@ extern const unsigned RB_NOSYNC;
#define RB_DISABLE_CAD RB_DISABLE_CAD
#define RB_NOSYNC RB_NOSYNC
#define __tmpcosmo_RB_AUTOBOOT -326947148
#define __tmpcosmo_RB_POWER_OFF 1173603271
#define __tmpcosmo_RB_POWERDOWN -854151485
#define __tmpcosmo_RB_POWEROFF 797029085
#define __tmpcosmo_RB_HALT_SYSTEM -1641421503
#define __tmpcosmo_RB_HALT -58428756
#define __tmpcosmo_RB_SW_SUSPEND -1103940752
#define __tmpcosmo_RB_KEXEC 1368646314
#define __tmpcosmo_RB_ENABLE_CAD -749928233
#define __tmpcosmo_RB_DISABLE_CAD -1190084958
#define __tmpcosmo_RB_NOSYNC 1774609899
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -13,10 +13,6 @@ extern const uint64_t RLIM_SAVED_MAX;
#define RLIM_SAVED_CUR RLIM_SAVED_CUR
#define RLIM_SAVED_MAX RLIM_SAVED_MAX
#define __tmpcosmo_RLIM_INFINITY 413930584
#define __tmpcosmo_RLIM_NLIMITS -1892777248
#define __tmpcosmo_RLIM_SAVED_CUR -904980492
#define __tmpcosmo_RLIM_SAVED_MAX -380354156
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -45,26 +45,6 @@ extern const unsigned RLIMIT_VMEM;
#define RLIMIT_SWAP RLIMIT_SWAP
#define RLIMIT_VMEM RLIMIT_VMEM
#define __tmpcosmo_RLIMIT_AS 1377206941
#define __tmpcosmo_RLIMIT_CORE -671407877
#define __tmpcosmo_RLIMIT_CPU 628127131
#define __tmpcosmo_RLIMIT_DATA -808550207
#define __tmpcosmo_RLIMIT_FSIZE -961275389
#define __tmpcosmo_RLIMIT_LOCKS -606515345
#define __tmpcosmo_RLIMIT_MEMLOCK -638383635
#define __tmpcosmo_RLIMIT_MSGQUEUE -200712823
#define __tmpcosmo_RLIMIT_NICE -1263433607
#define __tmpcosmo_RLIMIT_NOFILE -974136242
#define __tmpcosmo_RLIMIT_NPROC 1234964928
#define __tmpcosmo_RLIMIT_NPTS 1890977319
#define __tmpcosmo_RLIMIT_RSS 1507822220
#define __tmpcosmo_RLIMIT_RTPRIO 343598136
#define __tmpcosmo_RLIMIT_RTTIME 1950976769
#define __tmpcosmo_RLIMIT_SBSIZE 914114957
#define __tmpcosmo_RLIMIT_SIGPENDING 1652182385
#define __tmpcosmo_RLIMIT_STACK 1324847124
#define __tmpcosmo_RLIMIT_SWAP 1231678046
#define __tmpcosmo_RLIMIT_VMEM 119083983
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -14,9 +14,6 @@ extern const int RUSAGE_THREAD;
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
#define RUSAGE_THREAD RUSAGE_THREAD
#define __tmpcosmo_RUSAGE_BOTH -1832733122
#define __tmpcosmo_RUSAGE_CHILDREN 1527420554
#define __tmpcosmo_RUSAGE_THREAD 1172956153
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -23,15 +23,6 @@ extern const uint64_t SA_SIGINFO;
#define SA_RESTART SA_RESTART
#define SA_SIGINFO SA_SIGINFO
#define __tmpcosmo_SA_NOCLDSTOP -1925907945
#define __tmpcosmo_SA_NOCLDWAIT 1554343779
#define __tmpcosmo_SA_NODEFER -1448019280
#define __tmpcosmo_SA_NOMASK 906478413
#define __tmpcosmo_SA_ONESHOT -1992944743
#define __tmpcosmo_SA_ONSTACK -1798112676
#define __tmpcosmo_SA_RESETHAND -1800631408
#define __tmpcosmo_SA_RESTART 724955366
#define __tmpcosmo_SA_SIGINFO -1160286589
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -20,14 +20,6 @@ extern const int SCHED_RR;
#define SCHED_RESET_ON_FORK SCHED_RESET_ON_FORK
#define SCHED_RR SCHED_RR
#define __tmpcosmo_SCHED_BATCH -394281437
#define __tmpcosmo_SCHED_DEADLINE 2088435783
#define __tmpcosmo_SCHED_FIFO -1450130825
#define __tmpcosmo_SCHED_IDLE -501938008
#define __tmpcosmo_SCHED_NORMAL -679334447
#define __tmpcosmo_SCHED_OTHER -1797889952
#define __tmpcosmo_SCHED_RESET_ON_FORK -1017505393
#define __tmpcosmo_SCHED_RR -1204010265
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -19,10 +19,5 @@ COSMOPOLITAN_C_END_
#define SCM_TIMESTAMPNS SCM_TIMESTAMPNS
#define SCM_WIFI_STATUS SCM_WIFI_STATUS
#define __tmpcosmo_SCM_TIMESTAMP -1645076061
#define __tmpcosmo_SCM_CREDENTIALS 972207148
#define __tmpcosmo_SCM_TIMESTAMPING 2083109223
#define __tmpcosmo_SCM_TIMESTAMPNS 1344216429
#define __tmpcosmo_SCM_WIFI_STATUS -1069868696
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SCM_H_ */

View file

@ -18,9 +18,6 @@ extern const int SF_SYNC;
#define SF_NODISKIO SF_NODISKIO
#define SF_SYNC SF_SYNC
#define __tmpcosmo_SF_MNOWAIT 94253741
#define __tmpcosmo_SF_NODISKIO -1853614906
#define __tmpcosmo_SF_SYNC 53385170
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -106,33 +106,6 @@ extern const int32_t SYS_USER_DISPATCH;
#define SYS_SECCOMP SYS_SECCOMP
#define SYS_USER_DISPATCH SYS_USER_DISPATCH
#define __tmpcosmo_SI_USER -1926503818
#define __tmpcosmo_SI_QUEUE -228293765
#define __tmpcosmo_SI_TIMER 1203180061
#define __tmpcosmo_SI_MESGQ -1084511784
#define __tmpcosmo_SI_ASYNCIO 1487411924
#define __tmpcosmo_SI_TKILL 1634610739
#define __tmpcosmo_SI_ASYNCNL -1530073305
#define __tmpcosmo_SI_KERNEL -267010337
#define __tmpcosmo_SI_NOINFO 63879642
#define __tmpcosmo_SEGV_PKUERR -1319250782
#define __tmpcosmo_FPE_INTDIV 1306644255
#define __tmpcosmo_FPE_INTOVF 898517272
#define __tmpcosmo_FPE_FLTDIV -1040603884
#define __tmpcosmo_FPE_FLTOVF 1518847196
#define __tmpcosmo_FPE_FLTUND -554070357
#define __tmpcosmo_FPE_FLTRES 1214968898
#define __tmpcosmo_FPE_FLTINV -545262120
#define __tmpcosmo_FPE_FLTSUB -261967855
#define __tmpcosmo_ILL_ILLOPN 489604315
#define __tmpcosmo_ILL_ILLADR -493364773
#define __tmpcosmo_ILL_ILLTRP -419421824
#define __tmpcosmo_ILL_PRVOPC 1693076639
#define __tmpcosmo_BUS_OOMERR -970295856
#define __tmpcosmo_BUS_MCEERR_AR 1943789513
#define __tmpcosmo_BUS_MCEERR_AO -1385003784
#define __tmpcosmo_SYS_SECCOMP 983549433
#define __tmpcosmo_SYS_USER_DISPATCH 570515398
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -95,28 +95,6 @@ COSMOPOLITAN_C_END_
#define SIG_SETMASK SIG_SETMASK
#define SIG_UNBLOCK SIG_UNBLOCK
#define __tmpcosmo_SIGBUS -15824132
#define __tmpcosmo_SIGCHLD -15824036
#define __tmpcosmo_SIGCONT -15823836
#define __tmpcosmo_SIGEMT -15823972
#define __tmpcosmo_SIGINFO -15824086
#define __tmpcosmo_SIGIO -15823912
#define __tmpcosmo_SIGPOLL -15823854
#define __tmpcosmo_SIGPWR -15824114
#define __tmpcosmo_SIGRTMAX -15824040
#define __tmpcosmo_SIGRTMIN -15824134
#define __tmpcosmo_SIGSTKFLT -15823934
#define __tmpcosmo_SIGSTOP -15824158
#define __tmpcosmo_SIGSYS -15823922
#define __tmpcosmo_SIGTHR -15823902
#define __tmpcosmo_SIGTSTP -15823988
#define __tmpcosmo_SIGUNUSED -15823970
#define __tmpcosmo_SIGURG -15823952
#define __tmpcosmo_SIGUSR1 -15824018
#define __tmpcosmo_SIGUSR2 -15823998
#define __tmpcosmo_SIG_BLOCK -15823800
#define __tmpcosmo_SIG_SETMASK -15824090
#define __tmpcosmo_SIG_UNBLOCK -15824078
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SIG_H_ */

View file

@ -123,65 +123,6 @@ extern const uint64_t SIOGIFINDEX;
#define SIOCSRARP SIOCSRARP
#define SIOGIFINDEX SIOGIFINDEX
#define __tmpcosmo_SIOCADDDLCI -302399980
#define __tmpcosmo_SIOCADDMULTI -241508129
#define __tmpcosmo_SIOCADDRT -1966468807
#define __tmpcosmo_SIOCATMARK 2090047872
#define __tmpcosmo_SIOCDARP 500998632
#define __tmpcosmo_SIOCDELDLCI -1902714796
#define __tmpcosmo_SIOCDELMULTI -1463386224
#define __tmpcosmo_SIOCDELRT 1022320556
#define __tmpcosmo_SIOCDEVPRIVATE -60666997
#define __tmpcosmo_SIOCDIFADDR 1566002657
#define __tmpcosmo_SIOCDRARP 1846842637
#define __tmpcosmo_SIOCGARP -1836460866
#define __tmpcosmo_SIOCGIFADDR 1391552614
#define __tmpcosmo_SIOCGIFBR -1677174045
#define __tmpcosmo_SIOCGIFBRDADDR -427841369
#define __tmpcosmo_SIOCGIFCONF 1049413040
#define __tmpcosmo_SIOCGIFCOUNT 2030522997
#define __tmpcosmo_SIOCGIFDSTADDR -1936137036
#define __tmpcosmo_SIOCGIFENCAP 569723560
#define __tmpcosmo_SIOCGIFFLAGS 953969575
#define __tmpcosmo_SIOCGIFHWADDR 1826446939
#define __tmpcosmo_SIOCGIFINDEX 676788651
#define __tmpcosmo_SIOCGIFMAP -402430259
#define __tmpcosmo_SIOCGIFMEM 1080384634
#define __tmpcosmo_SIOCGIFMETRIC -1711572020
#define __tmpcosmo_SIOCGIFMTU 1680466237
#define __tmpcosmo_SIOCGIFNAME -1345894348
#define __tmpcosmo_SIOCGIFNETMASK -496934230
#define __tmpcosmo_SIOCGIFPFLAGS -980003252
#define __tmpcosmo_SIOCGIFSLAVE 1979814983
#define __tmpcosmo_SIOCGIFTXQLEN -539822558
#define __tmpcosmo_SIOCGPGRP 291251287
#define __tmpcosmo_SIOCGRARP -1469233791
#define __tmpcosmo_SIOCGSTAMP -2051228190
#define __tmpcosmo_SIOCGSTAMPNS -800810625
#define __tmpcosmo_SIOCPROTOPRIVATE -59287791
#define __tmpcosmo_SIOCRTMSG -1653362727
#define __tmpcosmo_SIOCSARP -1453381361
#define __tmpcosmo_SIOCSIFADDR -2115976317
#define __tmpcosmo_SIOCSIFBR 748599293
#define __tmpcosmo_SIOCSIFBRDADDR -1268459166
#define __tmpcosmo_SIOCSIFDSTADDR 92076531
#define __tmpcosmo_SIOCSIFENCAP -37300098
#define __tmpcosmo_SIOCSIFFLAGS 813103544
#define __tmpcosmo_SIOCSIFHWADDR -1351841045
#define __tmpcosmo_SIOCSIFHWBROADCAST -668663122
#define __tmpcosmo_SIOCSIFLINK -1706385678
#define __tmpcosmo_SIOCSIFMAP -186030343
#define __tmpcosmo_SIOCSIFMEM -985300611
#define __tmpcosmo_SIOCSIFMETRIC -1714941240
#define __tmpcosmo_SIOCSIFMTU -1509233635
#define __tmpcosmo_SIOCSIFNAME 1451802510
#define __tmpcosmo_SIOCSIFNETMASK -1774301296
#define __tmpcosmo_SIOCSIFPFLAGS 1203125093
#define __tmpcosmo_SIOCSIFSLAVE 859709068
#define __tmpcosmo_SIOCSIFTXQLEN 1300761928
#define __tmpcosmo_SIOCSPGRP 793321404
#define __tmpcosmo_SIOCSRARP -1216626551
#define __tmpcosmo_SIOGIFINDEX 375877633
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -125,63 +125,6 @@ extern const int SO_WIFI_STATUS;
#define SO_SECURITY_ENCRYPTION_NETWORK SO_SECURITY_ENCRYPTION_NETWORK
#define SO_SECURITY_ENCRYPTION_TRANSPORT SO_SECURITY_ENCRYPTION_TRANSPORT
#define __tmpcosmo_LOCAL_PEERCRED -15823986
#define __tmpcosmo_SO_ACCEPTCONN -15823872
#define __tmpcosmo_SO_ATTACH_BPF -15824072
#define __tmpcosmo_SO_ATTACH_FILTER -15824094
#define __tmpcosmo_SO_ATTACH_REUSEPORT_CBPF -15823964
#define __tmpcosmo_SO_ATTACH_REUSEPORT_EBPF -15824060
#define __tmpcosmo_SO_BINDTODEVICE -15823990
#define __tmpcosmo_SO_BPF_EXTENSIONS -15824030
#define __tmpcosmo_SO_BROADCAST -15823882
#define __tmpcosmo_SO_BSDCOMPAT -15824038
#define __tmpcosmo_SO_BUSY_POLL -15823944
#define __tmpcosmo_SO_CNX_ADVICE -15823828
#define __tmpcosmo_SO_DETACH_BPF -15824068
#define __tmpcosmo_SO_DETACH_FILTER -15824032
#define __tmpcosmo_SO_DOMAIN -15823980
#define __tmpcosmo_SO_DONTROUTE -15823918
#define __tmpcosmo_SO_ERROR -15823892
#define __tmpcosmo_SO_EXCLUSIVEADDRUSE -15823858
#define __tmpcosmo_SO_GET_FILTER -15823834
#define __tmpcosmo_SO_INCOMING_CPU -15824074
#define __tmpcosmo_SO_KEEPALIVE -15823890
#define __tmpcosmo_SO_LINGER -15824084
#define __tmpcosmo_SO_LOCK_FILTER -15823804
#define __tmpcosmo_SO_MARK -15824008
#define __tmpcosmo_SO_MAX_PACING_RATE -15824120
#define __tmpcosmo_SO_NOFCS -15823818
#define __tmpcosmo_SO_NO_CHECK -15824152
#define __tmpcosmo_SO_OOBINLINE -15823838
#define __tmpcosmo_SO_PASSCRED -15823888
#define __tmpcosmo_SO_PASSSEC -15823866
#define __tmpcosmo_SO_PEEK_OFF -15823870
#define __tmpcosmo_SO_PEERCRED -15823954
#define __tmpcosmo_SO_PEERNAME -15824042
#define __tmpcosmo_SO_PEERSEC -15823844
#define __tmpcosmo_SO_PRIORITY -15824122
#define __tmpcosmo_SO_PROTOCOL -15823982
#define __tmpcosmo_SO_RCVBUF -15823974
#define __tmpcosmo_SO_RCVBUFFORCE -15823994
#define __tmpcosmo_SO_RCVLOWAT -15824076
#define __tmpcosmo_SO_RCVTIMEO -15824046
#define __tmpcosmo_SO_REUSEADDR -15823810
#define __tmpcosmo_SO_REUSEPORT -15823822
#define __tmpcosmo_SO_RXQ_OVFL -15824066
#define __tmpcosmo_SO_SECURITY_AUTHENTICATION -15824098
#define __tmpcosmo_SO_SECURITY_ENCRYPTION_NETWORK -15824126
#define __tmpcosmo_SO_SELECT_ERR_QUEUE -15824052
#define __tmpcosmo_SO_SETFIB -15823920
#define __tmpcosmo_SO_SNDBUF -15824102
#define __tmpcosmo_SO_SNDBUFFORCE -15823840
#define __tmpcosmo_SO_SNDLOWAT -15823946
#define __tmpcosmo_SO_SNDTIMEO -15824064
#define __tmpcosmo_SO_TIMESTAMP -15823932
#define __tmpcosmo_SO_TIMESTAMPING -15824054
#define __tmpcosmo_SO_TIMESTAMPNS -15823910
#define __tmpcosmo_SO_TYPE -15824144
#define __tmpcosmo_SO_USELOOPBACK -15824110
#define __tmpcosmo_SO_WIFI_STATUS -15824108
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -65,30 +65,5 @@ COSMOPOLITAN_C_END_
#define SOL_TIPC SOL_TIPC
#define SOL_X25 SOL_X25
#define __tmpcosmo_SOL_AAL -15823976
#define __tmpcosmo_SOL_ALG -15823956
#define __tmpcosmo_SOL_ATM -15823914
#define __tmpcosmo_SOL_BLUETOOTH -15824062
#define __tmpcosmo_SOL_CAIF -15823904
#define __tmpcosmo_SOL_DCCP -15823814
#define __tmpcosmo_SOL_DECNET -15823842
#define __tmpcosmo_SOL_ICMPV6 -15823908
#define __tmpcosmo_SOL_IPV6 -15823808
#define __tmpcosmo_SOL_IRDA -15823880
#define __tmpcosmo_SOL_IUCV -15824156
#define __tmpcosmo_SOL_KCM -15824092
#define __tmpcosmo_SOL_LLC -15823930
#define __tmpcosmo_SOL_NETBEUI -15823894
#define __tmpcosmo_SOL_NETLINK -15824012
#define __tmpcosmo_SOL_NFC -15823942
#define __tmpcosmo_SOL_PACKET -15823806
#define __tmpcosmo_SOL_PNPIPE -15823968
#define __tmpcosmo_SOL_PPPOL2TP -15823816
#define __tmpcosmo_SOL_RAW -15824044
#define __tmpcosmo_SOL_RDS -15824020
#define __tmpcosmo_SOL_RXRPC -15823984
#define __tmpcosmo_SOL_SOCKET -15824050
#define __tmpcosmo_SOL_TIPC -15823940
#define __tmpcosmo_SOL_X25 -15823856
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SOL_H_ */

View file

@ -13,6 +13,5 @@ COSMOPOLITAN_C_END_
#define SS_ONSTACK 1
#define SS_DISABLE SS_DISABLE
#define __tmpcosmo_SS_DISABLE 2072298638
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SS_H_ */

View file

@ -29,18 +29,6 @@ extern const int ST_WRITE;
#define ST_SYNCHRONOUS ST_SYNCHRONOUS
#define ST_WRITE ST_WRITE
#define __tmpcosmo_ST_APPEND -1388286836
#define __tmpcosmo_ST_IMMUTABLE 1267544033
#define __tmpcosmo_ST_MANDLOCK -2094813813
#define __tmpcosmo_ST_NOATIME 771964228
#define __tmpcosmo_ST_NODEV -836140326
#define __tmpcosmo_ST_NODIRATIME 152697025
#define __tmpcosmo_ST_NOEXEC 315123377
#define __tmpcosmo_ST_NOSUID -1060040535
#define __tmpcosmo_ST_RDONLY 237934379
#define __tmpcosmo_ST_RELATIME -1170584536
#define __tmpcosmo_ST_SYNCHRONOUS 1353832369
#define __tmpcosmo_ST_WRITE -317138758
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -67,36 +67,6 @@ extern const int TCP_WINDOW_CLAMP;
#define TCP_USER_TIMEOUT TCP_USER_TIMEOUT
#define TCP_WINDOW_CLAMP TCP_WINDOW_CLAMP
#define __tmpcosmo_TCP_CC_INFO 8361104
#define __tmpcosmo_TCP_CONGESTION 372467383
#define __tmpcosmo_TCP_COOKIE_TRANSACTIONS 1651367691
#define __tmpcosmo_TCP_CORK -1349156951
#define __tmpcosmo_TCP_DEFER_ACCEPT -1542762903
#define __tmpcosmo_TCP_FASTOPEN 684735969
#define __tmpcosmo_TCP_FASTOPEN_CONNECT -955771783
#define __tmpcosmo_TCP_INFO -1828641436
#define __tmpcosmo_TCP_KEEPCNT -1493518283
#define __tmpcosmo_TCP_KEEPIDLE 1644196464
#define __tmpcosmo_TCP_KEEPINTVL -1302451218
#define __tmpcosmo_TCP_LINGER2 2018829991
#define __tmpcosmo_TCP_MAXSEG -597390935
#define __tmpcosmo_TCP_MD5SIG 563016186
#define __tmpcosmo_TCP_MD5SIG_MAXKEYLEN -133830736
#define __tmpcosmo_TCP_NOTSENT_LOWAT -2088313237
#define __tmpcosmo_TCP_QUEUE_SEQ 1778827934
#define __tmpcosmo_TCP_QUICKACK 602576474
#define __tmpcosmo_TCP_REPAIR 1790031809
#define __tmpcosmo_TCP_REPAIR_OPTIONS 144244650
#define __tmpcosmo_TCP_REPAIR_QUEUE 1799003915
#define __tmpcosmo_TCP_SAVED_SYN 1886200148
#define __tmpcosmo_TCP_SAVE_SYN 1349318664
#define __tmpcosmo_TCP_SYNCNT 2092611841
#define __tmpcosmo_TCP_THIN_DUPACK 1467229918
#define __tmpcosmo_TCP_THIN_LINEAR_TIMEOUTS 690546238
#define __tmpcosmo_TCP_TIMESTAMP 176258895
#define __tmpcosmo_TCP_ULP 1811889822
#define __tmpcosmo_TCP_USER_TIMEOUT -466589242
#define __tmpcosmo_TCP_WINDOW_CLAMP -845861568
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -240,101 +240,8 @@ extern const uint32_t CRTSCTS;
#define VWERASE VWERASE
#define XCASE XCASE
#define __tmpcosmo__POSIX_VDISABLE 169854768
#define __tmpcosmo_NLDLY 1319994273
#define __tmpcosmo_NL1 -70287396
#define __tmpcosmo_NL2 652191906
#define __tmpcosmo_NL3 1513394829
#define __tmpcosmo_CRDLY 2044628767
#define __tmpcosmo_CR1 1115673592
#define __tmpcosmo_CR2 1871515224
#define __tmpcosmo_CR3 -1010651809
#define __tmpcosmo_TABDLY -886090656
#define __tmpcosmo_TAB1 778986470
#define __tmpcosmo_TAB2 -382588940
#define __tmpcosmo_TAB3 -238740052
#define __tmpcosmo_XTABS 3851498
#define __tmpcosmo_CRTSCTS -1928718178
#define __tmpcosmo_BSDLY 1798324922
#define __tmpcosmo_BS1 -2123797836
#define __tmpcosmo_BS2 -354341079
#define __tmpcosmo_VTDLY -1916199946
#define __tmpcosmo_VT1 159615710
#define __tmpcosmo_VT2 -2135726260
#define __tmpcosmo_FFDLY 1018442558
#define __tmpcosmo_FF1 366192762
#define __tmpcosmo_FF2 1064173224
#define __tmpcosmo_CLOCAL 819516838
#define __tmpcosmo_CREAD -1620802775
#define __tmpcosmo_CS5 -909937503
#define __tmpcosmo_CS6 1486108550
#define __tmpcosmo_CS7 2070161332
#define __tmpcosmo_CS8 -894417336
#define __tmpcosmo_CSIZE -2142503038
#define __tmpcosmo_CSTOPB -1893740371
#define __tmpcosmo_ECHOCTL 1839844219
#define __tmpcosmo_ECHOE -462490559
#define __tmpcosmo_ECHOK 2582183
#define __tmpcosmo_ECHOKE 1807548346
#define __tmpcosmo_ECHONL -1627629800
#define __tmpcosmo_ECHOPRT 789779244
#define __tmpcosmo_EXTPROC 1954282515
#define __tmpcosmo_FLUSHO -1439777831
#define __tmpcosmo_HUPCL -1762956935
#define __tmpcosmo_ICANON 1391597225
#define __tmpcosmo_IEXTEN -2017256995
#define __tmpcosmo_ISIG 1460108174
#define __tmpcosmo_IUCLC 1013808696
#define __tmpcosmo_IUTF8 1988433768
#define __tmpcosmo_IXOFF -206825490
#define __tmpcosmo_IXON -1157774462
#define __tmpcosmo_NOFLSH -1818319598
#define __tmpcosmo_OCRNL -1553778506
#define __tmpcosmo_OFDEL 424931285
#define __tmpcosmo_OFILL -414167674
#define __tmpcosmo_OLCUC 2114383293
#define __tmpcosmo_ONLCR -1154324374
#define __tmpcosmo_ONLRET -639724866
#define __tmpcosmo_ONOCR -490882729
#define __tmpcosmo_PARENB -1774689151
#define __tmpcosmo_PARODD -404286749
#define __tmpcosmo_PENDIN -619915085
#define __tmpcosmo_TCIFLUSH 1056759293
#define __tmpcosmo_TCIOFLUSH -342999896
#define __tmpcosmo_TCOFLUSH 659539281
#define __tmpcosmo_TIOCCONS 1455144588
#define __tmpcosmo_TIOCGETD 470897144
#define __tmpcosmo_TIOCGWINSZ 965491756
#define __tmpcosmo_TIOCNOTTY 1073131930
#define __tmpcosmo_TIOCNXCL 1210582499
#define __tmpcosmo_TIOCOUTQ 1063967309
#define __tmpcosmo_TIOCSCTTY -1994241678
#define __tmpcosmo_TIOCSETD -860412918
#define __tmpcosmo_TIOCSIG 975589334
#define __tmpcosmo_TIOCSPGRP -1362234385
#define __tmpcosmo_TIOCSTI 1704247727
#define __tmpcosmo_TIOCSWINSZ -273178782
#define __tmpcosmo_TOSTOP 1907739786
#define __tmpcosmo_VDISCARD 1773966586
#define __tmpcosmo_VEOF 1992016613
#define __tmpcosmo_VEOL 1926565027
#define __tmpcosmo_VEOL2 -1297272191
#define __tmpcosmo_VERASE 864859287
#define __tmpcosmo_VINTR -973181253
#define __tmpcosmo_VKILL 1764217477
#define __tmpcosmo_VLNEXT -1045308606
#define __tmpcosmo_VMIN 1479455781
#define __tmpcosmo_VQUIT 853995221
#define __tmpcosmo_VREPRINT 868062415
#define __tmpcosmo_VSTART -245321985
#define __tmpcosmo_VSTOP -1379951528
#define __tmpcosmo_VSUSP -1054959499
#define __tmpcosmo_VSWTC 1631975394
#define __tmpcosmo_VTIME -942478376
#define __tmpcosmo_VWERASE -908507167
#define __tmpcosmo_XCASE -34176757
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -12,7 +12,5 @@ COSMOPOLITAN_C_END_
#define UTIME_NOW UTIME_NOW
#define UTIME_OMIT UTIME_OMIT
#define __tmpcosmo_UTIME_NOW -1726174975
#define __tmpcosmo_UTIME_OMIT 815598978
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_UTIME_H_ */

View file

@ -11,8 +11,6 @@ extern const int WCONTINUED;
#define WUNTRACED WUNTRACED
#define WCONTINUED WCONTINUED
#define __tmpcosmo_WCONTINUED 936005225
#define __tmpcosmo_WUNTRACED -1820879514
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */

View file

@ -11,10 +11,6 @@ extern const int WNOWAIT;
#define WSTOPPED WSTOPPED
#define WNOWAIT WNOWAIT
#define __tmpcosmo_WEXITED 1050022740
#define __tmpcosmo_WSTOPPED 1487795159
#define __tmpcosmo_WNOWAIT -1738934425
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_WAITID_H_ */