diff options
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h new file mode 100644 index 00000000..a5a1831c --- /dev/null +++ b/src/library_list_32.h @@ -0,0 +1,12 @@ +#ifndef GO +#error Nope +#endif + +GO("libpthread.so.0", libpthread) +GO("librt.so.1", librt) +GO("libc.so.6", libc) +GO("libm.so.6", libm) +GO("libdl.so.2", libdl) +GO("ld-linux.so.2", ldlinux) + +GO("crashhandler.so", crashhandler) |