mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add pthread attributes and other libc functions
This commit is contained in:
parent
d5c9308a43
commit
4339d9f15e
81 changed files with 1111 additions and 428 deletions
|
@ -6,7 +6,7 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct utsname {
|
||||
struct utsname { /* cosmo abi */
|
||||
char sysname[SYS_NMLN]; /* name of os */
|
||||
char nodename[SYS_NMLN]; /* name of network node */
|
||||
char release[SYS_NMLN]; /* release level */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue