mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Make minor revisions to previous change
This commit is contained in:
parent
a68cc690ff
commit
014d4bdab2
4 changed files with 6 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "libc/sysv/errfuns.h"
|
||||
|
||||
textwindows int sys_getpeername_nt(struct Fd *fd, void *out_addr,
|
||||
uint32_t *out_addrsize) {
|
||||
uint32_t *out_addrsize) {
|
||||
assert(fd->kind == kFdSocket);
|
||||
if (__sys_getpeername_nt(fd->handle, out_addr, out_addrsize) != -1) {
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue