Skip to content

Commit

Permalink
remove accept4() syscall, its not working at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 18, 2024
1 parent 7f044d4 commit e7c26e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libc/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2539,6 +2539,8 @@ asm(".intel_syntax noprefix\n"
);


/*
TODO: not currently supported
asm(".intel_syntax noprefix\n"
".global accept4\n"
".type accept4 @function\n"
Expand All @@ -2548,7 +2550,7 @@ asm(".intel_syntax noprefix\n"
" jmp qword ptr [rip + ptr_syscall]\n"
" ret\n"
);

*/

asm(".intel_syntax noprefix\n"
".global aio_mlock\n"
Expand Down

0 comments on commit e7c26e0

Please sign in to comment.