add libev

This commit is contained in:
wangyu-
2018-06-06 20:53:35 -05:00
parent 499599417a
commit b449efc6c8
33 changed files with 21585 additions and 0 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