cleanup src/linux and src/misc trees, etc.
previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.
Showing
src/linux/epoll_create.c
已删除
100644 → 0
src/linux/epoll_create1.c
已删除
100644 → 0
src/linux/epoll_ctl.c
已删除
100644 → 0
src/linux/epoll_wait.c
已删除
100644 → 0
src/linux/eventfd_read.c
已删除
100644 → 0
src/linux/eventfd_write.c
已删除
100644 → 0
src/linux/inotify_init.c
已删除
100644 → 0
src/linux/inotify_init1.c
已删除
100644 → 0
src/linux/inotify_rm_watch.c
已删除
100644 → 0
src/linux/swapoff.c
已删除
100644 → 0
src/linux/umount.c
已删除
100644 → 0
src/linux/umount2.c
已删除
100644 → 0
想要评论请 注册 或 登录