mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-14 06:59:10 +00:00
Add more missing libc functionality
This commit is contained in:
parent
cf93ecbbb2
commit
a8cf0f7e89
74 changed files with 6981 additions and 105 deletions
|
@ -414,7 +414,7 @@ syscon at AT_FDCWD -100 -2 -100 -100 -100 -100 # faked nt
|
|||
syscon at AT_SYMLINK_NOFOLLOW 0x0100 0x20 0x0200 2 0x200 0x0100 # faked nt
|
||||
syscon at AT_SYMLINK_FOLLOW 0x0400 0x40 0x0400 4 0x400 0 # see linkat(2)
|
||||
syscon at AT_REMOVEDIR 0x0200 0x80 0x0800 8 0x800 0x0200 # faked nt
|
||||
syscon at AT_EACCESS 0x0200 0x10 0x0100 1 0x100 0
|
||||
syscon at AT_EACCESS 0x0200 0x10 0x0100 1 0x100 0 # performs check using effective uid/gid; unnecessary nt
|
||||
syscon at AT_EMPTY_PATH 0x1000 0 0 0 0 0 # linux 2.6.39+; see unlink, O_TMPFILE, etc.
|
||||
|
||||
# memfd_create() flags
|
||||
|
@ -1531,7 +1531,6 @@ syscon termios VERIFY 47 0 0 0 0 0
|
|||
syscon termios CIBAUD 0x100f0000 0 0 0 0 0
|
||||
syscon termios CMSPAR 0x40000000 0 0 0 0 0
|
||||
syscon termios BUSY 4 0 0 0 0 0
|
||||
syscon termios CANBSIZ 255 0 0 0 0 0
|
||||
syscon termios CBAUD 0x100f 0 0 0 0 0
|
||||
syscon termios CBAUDEX 0x1000 0 0 0 0 0
|
||||
syscon termios EXTA 14 0x4b00 0x4b00 0x4b00 0x4b00 0 # bsd consensus
|
||||
|
@ -1743,8 +1742,6 @@ syscon misc EFD_CLOEXEC 0x080000 0 0 0 0 0
|
|||
syscon misc EFD_NONBLOCK 0x0800 0 0 0 0 0
|
||||
syscon misc EFD_SEMAPHORE 1 0 0 0 0 0
|
||||
|
||||
syscon misc IPPORT_RESERVED 0x0400 0x0400 0x0400 0x0400 0x0400 0x0400 # consensus
|
||||
|
||||
syscon misc SYNC_FILE_RANGE_WAIT_AFTER 4 0 0 0 0 0
|
||||
syscon misc SYNC_FILE_RANGE_WAIT_BEFORE 1 0 0 0 0 0
|
||||
syscon misc SYNC_FILE_RANGE_WRITE 2 0 0 0 0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue