1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/main
Felix Janda bfb4733f39 Don't use <sys/signal.h>
This legacy header appears to be unused. Removing its includes
avoids numerous warnings when compiling with musl libc:

/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
2017-11-23 17:51:41 -05:00
..
event.c More missing va_ends. 2007-09-04 10:26:57 +03:00
event.h Bug 810: Add a few comments pointing to the bug. 2006-09-24 00:21:03 +03:00
interlink.c
interlink.h
main.c Introduced --with-libevent based on links code 2017-11-12 13:41:31 +01:00
main.h
Makefile
module.c
module.h bug 764: Initialize the right member of union option_value 2012-11-03 22:16:32 +02:00
object.h
select.c Don't use <sys/signal.h> 2017-11-23 17:51:41 -05:00
select.h Introduced --with-libevent based on links code 2017-11-12 13:41:31 +01:00
timer.c Add --with-libev, because libev is smaller. 2017-11-17 16:34:03 +01:00
timer.h Introduced --with-libevent based on links code 2017-11-12 13:41:31 +01:00
version.c Beginnings of terminfo support. 2017-11-19 18:29:38 +01:00
version.h