Files
semi-libc/src
Rich Felker 7063c459e7 use __socketcall to simplify socket()
commit 59324c8b09 added __socketcall
analogous to __syscall, returning the negated error rather than
setting errno. use it to simplify the fallback path of socket(),
avoiding extern calls and access to errno.

Author: Rich Felker <[email protected]>
Date:   Tue Jul 30 17:51:16 2019 -0400

    make __socketcall analogous to __syscall, error-returning
2020-02-22 11:07:14 -05:00
..
2018-09-12 14:34:37 -04:00
2019-08-08 11:33:18 -04:00
2018-09-20 17:57:47 -04:00