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/macros.internal.h"
.scall __sys_getpeername,0x01f01f08d201f034,205,31,141,globl,hidden
.scall __sys_getpeername,0x01f01f01f201f034,205,31,31,globl,hidden