mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Remove dollars from system call support symbols
This commit is contained in:
parent
a8d7195777
commit
a37960a3af
743 changed files with 1380 additions and 2016 deletions
|
@ -19,8 +19,8 @@
|
|||
#include "libc/dce.h"
|
||||
#include "libc/sock/internal.h"
|
||||
|
||||
int getsockname$sysv(int fd, void *out_addr, uint32_t *out_addrsize) {
|
||||
int rc = __getsockname$sysv(fd, out_addr, out_addrsize);
|
||||
int sys_getsockname(int fd, void *out_addr, uint32_t *out_addrsize) {
|
||||
int rc = __sys_getsockname(fd, out_addr, out_addrsize);
|
||||
if (rc != -1 && IsBsd()) {
|
||||
sockaddr2linux(out_addr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue