Fix definition of getpeername on FreeBSD

We were using the COMPAT magic number, which was recently removed.
This commit is contained in:
Justine Tunney 2024-05-26 17:03:22 -07:00
parent af3f62a71a
commit c68f6599e5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 4 additions and 4 deletions

View file

@ -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