Commit Graph

8 Commits

Author SHA1 Message Date
David du Colombier 53021339da fix clang warnings
amd64-ucontext.h:3:25: warning: redefinition of typedef 'mcontext_t' is a C11 feature
amd64-ucontext.h:4:25: warning: redefinition of typedef 'ucontext_t' is a C11 feature
context.c:86:3: warning: indirection of non-volatile null pointer will be deleted, not trap
2015-06-14 17:12:51 +02:00
David du Colombier 726fe05c13 use portable ucontext on linux/amd64 2014-08-03 19:12:47 +02:00
David du Colombier b0c00d19fb notice valgrind about stack switching 2014-08-03 18:40:18 +02:00
David du Colombier cbb722db29 remove trailing spaces 2014-08-03 18:28:37 +02:00
David du Colombier ef218ac4d8 implement epoll (Jamie Turner) 2012-08-01 05:00:00 +02:00
David du Colombier eed781b1a9 fix extra warnings
channel.c:116:12: warning: comparison between signed and unsigned integer expressions
fd.c:19:14: warning: unused parameter ‘v’
task.c:316:14: warning: unused parameter ‘s’
task.c:346:21: warning: unused parameter ‘v’
2012-08-01 02:00:00 +02:00
Russ Cox b75fdf3424 recent changes 2011-01-03 15:08:59 -05:00
Russ Cox 42f058999e libtask as of 2008/08/01 2009-10-10 13:04:03 -07:00