summary refs log tree commit diff
path: root/libc.map
diff options
context:
space:
mode:
Diffstat (limited to 'libc.map')
-rw-r--r--libc.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc.map b/libc.map
index d39fadc0cd..d2e63ec80e 100644
--- a/libc.map
+++ b/libc.map
@@ -45,6 +45,7 @@ GLIBC_2.0 {
     __malloc_initialize_hook; __free_hook; __malloc_hook; __realloc_hook;
     __memalign_hook; __after_morecore_hook;
     __malloc_initialized; __default_morecore; __morecore; __sbrk;
+    __getpagesize;
 
     # functions with required interface outside normal name space
     _exit; __ivaliduser; __open_catalog;
@@ -103,6 +104,9 @@ GLIBC_2.0 {
     __register_frame; __register_frame_table; __deregister_frame;
     __register_frame_info; __deregister_frame_info;
 
+    # Profiling support
+    __monstartup; _mcleanup;
+
     # variables in normal name space
     argp_err_exit_status; argp_program_bug_address; argp_program_version;
     argp_program_version_hook;