Print this page
9704 move socket functions to libc

*** 29,42 **** /* Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. */ .file "_so_accept.s" - /* C library -- __so_accept */ /* ! * int __so_accept(int sock, struct sockaddr *addr, int *addrlen, int vers, ! * int flags) */ #include "SYS.h" SYSCALL2_RVAL1(__so_accept,accept) --- 29,42 ---- /* Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. */ .file "_so_accept.s" /* ! * C library -- __so_accept ! * ! * int __so_accept(int, struct sockaddr *, socklen_t *, int, int) */ #include "SYS.h" SYSCALL2_RVAL1(__so_accept,accept)