OLD | NEW |
1 libc { | 1 libc { |
2 GLIBC_2.0 { | 2 GLIBC_2.0 { |
3 # global variables | 3 # global variables |
4 ___brk_addr; __curbrk; __progname; __progname_full; | 4 ___brk_addr; __curbrk; __progname; __progname_full; |
5 | 5 |
6 # interface of malloc functions | 6 # interface of malloc functions |
7 __sbrk; __getpagesize; | 7 __sbrk; __getpagesize; |
8 | 8 |
9 # functions used in other libraries | 9 # functions used in other libraries |
10 __select; | 10 __select; |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 GLIBC_2.3.3 { | 130 GLIBC_2.3.3 { |
131 remap_file_pages; | 131 remap_file_pages; |
132 } | 132 } |
133 GLIBC_2.4 { | 133 GLIBC_2.4 { |
134 futimesat; | 134 futimesat; |
135 __syslog_chk; __vsyslog_chk; | 135 __syslog_chk; __vsyslog_chk; |
136 } | 136 } |
137 GLIBC_2.7 { | 137 GLIBC_2.7 { |
138 mkostemp; mkostemp64; | 138 mkostemp; mkostemp64; |
139 } | 139 } |
140 GLIBC_PRIVATE { | |
141 __unimplemented_syscall; | |
142 } | |
143 } | 140 } |
OLD | NEW |