Add <link.h> for absl

This commit is contained in:
Justine Tunney 2023-12-08 12:52:24 -08:00
parent a11016e590
commit 8874a37abc
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 99 additions and 0 deletions

View file

@ -22,6 +22,7 @@ extern uint8_t __data_start[] __attribute__((__weak__));
extern uint8_t __data_end[] __attribute__((__weak__));
extern uint8_t __bss_start[] __attribute__((__weak__));
extern uint8_t __bss_end[] __attribute__((__weak__));
extern unsigned char ape_phdrs[] __attribute__((__weak__));
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_APE_SECTIONS_INTERNAL_H_ */