before port to libev

This commit is contained in:
wangyu-
2018-06-01 02:51:49 -05:00
parent d56e34bc22
commit d2cedec091
40 changed files with 21955 additions and 336 deletions

7
libev/update_symbols Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
make ev.o event.o || exit
nm ev.o | perl -ne 'print "$1\n" if /\S+ [A-Z] (\S+)/' > Symbols.ev
nm event.o | perl -ne 'print "$1\n" if /\S+ [A-Z] (\S+)/' > Symbols.event