Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Feb 6, 2020
1 parent 8a85dbe commit 652feb0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ The following functions are defined in the static class `Tmds.Linux.LibC`:
[io_getevents](http://man7.org/linux/man-pages/man2/io_getevents.2.html),
[io_setup](http://man7.org/linux/man-pages/man2/io_setup.2.html),
[io_submit](http://man7.org/linux/man-pages/man2/io_submit.2.html),
io_uring_enter,
io_uring_register,
io_uring_setup,
[ioctl](http://man7.org/linux/man-pages/man2/ioctl.2.html),
[isatty](http://man7.org/linux/man-pages/man3/isatty.3.html),
[kill](http://man7.org/linux/man-pages/man2/kill.2.html),
Expand All @@ -153,6 +156,9 @@ The following functions are defined in the static class `Tmds.Linux.LibC`:
[lockf](http://man7.org/linux/man-pages/man3/lockf.3.html),
[lseek](http://man7.org/linux/man-pages/man2/lseek.2.html),
[lstat](http://man7.org/linux/man-pages/man2/lstat.2.html),
[madvise](http://man7.org/linux/man-pages/man2/madvise.2.html),
[memfd_create](http://man7.org/linux/man-pages/man2/memfd_create.2.html),
[mincore](http://man7.org/linux/man-pages/man2/mincore.2.html),
[mkdir](http://man7.org/linux/man-pages/man2/mkdir.2.html),
[mkdirat](http://man7.org/linux/man-pages/man2/mkdirat.2.html),
[mkfifo](http://man7.org/linux/man-pages/man3/mkfifo.3.html),
Expand All @@ -165,6 +171,7 @@ The following functions are defined in the static class `Tmds.Linux.LibC`:
[mmap](http://man7.org/linux/man-pages/man2/mmap.2.html),
[mount](http://man7.org/linux/man-pages/man2/mount.2.html),
[mprotect](http://man7.org/linux/man-pages/man2/mprotect.2.html),
[mremap](http://man7.org/linux/man-pages/man2/mremap.2.html),
[msync](http://man7.org/linux/man-pages/man2/msync.2.html),
[munlock](http://man7.org/linux/man-pages/man2/munlock.2.html),
[munlockall](http://man7.org/linux/man-pages/man2/munlockall.2.html),
Expand All @@ -179,8 +186,10 @@ The following functions are defined in the static class `Tmds.Linux.LibC`:
[pause](http://man7.org/linux/man-pages/man2/pause.2.html),
[pipe](http://man7.org/linux/man-pages/man2/pipe.2.html),
[pipe2](http://man7.org/linux/man-pages/man2/pipe2.2.html),
[poll](http://man7.org/linux/man-pages/man2/poll.2.html),
[posix_fadvise](http://man7.org/linux/man-pages/man2/posix_fadvise.2.html),
[posix_fallocate](http://man7.org/linux/man-pages/man3/posix_fallocate.3.html),
[ppoll](http://man7.org/linux/man-pages/man2/ppoll.2.html),
[pread](http://man7.org/linux/man-pages/man2/pread.2.html),
[psiginfo](http://man7.org/linux/man-pages/man3/psiginfo.3.html),
[psignal](http://man7.org/linux/man-pages/man3/psignal.3.html),
Expand All @@ -195,6 +204,7 @@ The following functions are defined in the static class `Tmds.Linux.LibC`:
[recv](http://man7.org/linux/man-pages/man2/recv.2.html),
[recvfrom](http://man7.org/linux/man-pages/man2/recvfrom.2.html),
[recvmsg](http://man7.org/linux/man-pages/man2/recvmsg.2.html),
[remap_file_pages](http://man7.org/linux/man-pages/man2/remap_file_pages.2.html),
[rmdir](http://man7.org/linux/man-pages/man2/rmdir.2.html),
[sbrk](http://man7.org/linux/man-pages/man2/sbrk.2.html),
[sched_get_priority_max](http://man7.org/linux/man-pages/man2/sched_get_priority_max.2.html),
Expand Down Expand Up @@ -318,7 +328,13 @@ in_pktinfo,
in6_addr,
in6_pktinfo,
ino_t,
io_cqring_offsets,
io_event,
io_sqring_offsets,
io_uring_cqe,
io_uring_files_update,
io_uring_params,
io_uring_sqe,
iocb,
iovec,
ip_mreq,
Expand All @@ -334,7 +350,9 @@ mode_t,
msghdr,
nlink_t,
off_t,
packet_mreq,
pid_t,
pollfd,
pthread_t,
sa_family_t,
scm_timestamping,
Expand All @@ -348,6 +366,7 @@ sock_extended_err,
sockaddr,
sockaddr_in,
sockaddr_in6,
sockaddr_ll,
sockaddr_storage,
sockaddr_un,
socklen_t,
Expand Down

0 comments on commit 652feb0

Please sign in to comment.