Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: misc/Versions

Issue 7737022: Change make-syscalls.sh to make syscall interception possible. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: base => name Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « misc/Makefile ('k') | sysdeps/nacl/closedir.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « misc/Makefile ('k') | sysdeps/nacl/closedir.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698