libuv/src/unix
Sean Silva c39648674c unix: appease warning about non-standard inline
Clang warns about using `inline`, which is not technically allowed in
C89 mode (libuv compiles with `-std=c89`). It's probably best to leave
it to the compiler to do the inlining anyway.
2013-05-25 13:08:05 +02:00
..
aix.c Merge branch 'v0.10' 2013-04-10 17:53:10 +02:00
async.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
core.c Merge remote-tracking branch 'origin/v0.10' 2013-05-02 09:22:39 +02:00
darwin-proctitle.c darwin: fix ios build, don't require ApplicationServices 2013-05-13 20:16:20 +02:00
darwin.c Merge branch 'v0.10' 2013-05-18 20:51:16 +02:00
dl.c unix: assume that dlopen() clobbers dlerror() 2012-06-28 01:54:02 +02:00
error.c unix: map EDQUOT to UV_ENOSPC 2012-09-21 17:08:27 +02:00
freebsd.c unix: use uv__hrtime() internally 2013-01-06 17:35:34 +01:00
fs.c unix: appease warning about non-standard inline 2013-05-25 13:08:05 +02:00
fsevents.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
getaddrinfo.c sunos: fix syntax error introduced in 76d831e4 2013-04-02 21:58:21 +02:00
internal.h Merge branch 'v0.10' 2013-04-18 02:58:44 +02:00
kqueue.c darwin: look up file path with F_GETPATH 2013-04-10 19:45:43 +02:00
linux-core.c Merge remote-tracking branch 'origin/v0.10' 2013-05-02 09:22:39 +02:00
linux-inotify.c darwin: look up file path with F_GETPATH 2013-04-10 19:45:43 +02:00
linux-syscalls.c linux: move files out of src/unix/linux 2013-01-29 17:07:41 +01:00
linux-syscalls.h linux: fix O_CLOEXEC/O_NONBLOCK defines 2013-02-12 16:18:38 +01:00
loop-watcher.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
loop.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
netbsd.c unix: style fixups 2013-04-10 14:59:02 +02:00
openbsd.c unix: use uv__hrtime() internally 2013-01-06 17:35:34 +01:00
pipe.c unix: remove errno preserving code 2013-05-12 11:03:19 +02:00
poll.c unix: rename UV__IO_* constants 2012-11-16 17:33:29 +01:00
process.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
proctitle.c linux, darwin: don't touch environ in uv_setup_args 2013-02-26 20:28:47 +01:00
signal.c unix: appease warning about non-standard inline 2013-05-25 13:08:05 +02:00
stream.c unix: remove errno preserving code 2013-05-12 11:03:19 +02:00
sunos.c sunos: handle disabled watcher after callback 2013-05-07 14:49:58 -07:00
tcp.c unix: remove errno preserving code 2013-05-12 11:03:19 +02:00
thread.c darwin: make uv_cond_timedwait() clock skew safe 2013-02-06 23:28:09 +01:00
threadpool.c unix, windows: remove ngx-queue.h 2013-03-27 00:09:36 +01:00
timer.c unix: make timers handle large timeouts 2013-03-21 14:54:36 +01:00
tty.c stream: run try_select only for pipes and ttys 2013-03-16 23:29:24 +01:00
udp.c unix: remove errno preserving code 2013-05-12 11:03:19 +02:00
uv-dtrace.d unix: dtrace probes for tick-start and tick-stop 2013-04-10 14:10:05 +02:00