added libev files

This commit is contained in:
wangyu-
2018-08-29 02:03:10 -05:00
parent b9d4264225
commit 6718627e9d
37 changed files with 21626 additions and 1 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