mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Fix definition of getpeername on FreeBSD
We were using the COMPAT magic number, which was recently removed.
This commit is contained in:
parent
af3f62a71a
commit
c68f6599e5
4 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
#include "libc/sysv/consts/syscon.internal.h"
|
||||
.syscon nr,__NR_getpeername,0x0034,0x00cd,0x200001f,0x001f,0x008d,0x001f,0x01f,0xfff
|
||||
.syscon nr,__NR_getpeername,0x0034,0x00cd,0x200001f,0x001f,0x001f,0x001f,0x01f,0xfff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue