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

Side by Side Diff: elf/Versions

Issue 10095010: removed epoll_create1 (EPOLL_CLOEXEC is not applicable to NaCl, as there is no possibility to fork)… (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 8 years, 8 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 | « no previous file | sysdeps/nacl/irt_syscalls.h » ('j') | sysdeps/nacl/syscalls.list » ('J')
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 %ifdef EXPORT_UNWIND_FIND_FDE 3 %ifdef EXPORT_UNWIND_FIND_FDE
4 __register_frame_info; __deregister_frame_info; 4 __register_frame_info; __deregister_frame_info;
5 %endif 5 %endif
6 } 6 }
7 GLIBC_2.1 { 7 GLIBC_2.1 {
8 # functions used in other libraries 8 # functions used in other libraries
9 _dl_mcount_wrapper; _dl_mcount_wrapper_check; 9 _dl_mcount_wrapper; _dl_mcount_wrapper_check;
10 } 10 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 __nacl_irt_seek; 107 __nacl_irt_seek;
108 __nacl_irt_stat; 108 __nacl_irt_stat;
109 __nacl_irt_sysbrk; 109 __nacl_irt_sysbrk;
110 __nacl_irt_sysconf; 110 __nacl_irt_sysconf;
111 __nacl_irt_thread_create; 111 __nacl_irt_thread_create;
112 __nacl_irt_thread_exit; 112 __nacl_irt_thread_exit;
113 __nacl_irt_thread_nice; 113 __nacl_irt_thread_nice;
114 __nacl_irt_tls_get; 114 __nacl_irt_tls_get;
115 __nacl_irt_tls_init; 115 __nacl_irt_tls_init;
116 __nacl_irt_epoll_create; 116 __nacl_irt_epoll_create;
117 __nacl_irt_epoll_create1;
118 __nacl_irt_epoll_ctl; 117 __nacl_irt_epoll_ctl;
119 __nacl_irt_epoll_wait; 118 __nacl_irt_epoll_wait;
120 __nacl_irt_epoll_pwait; 119 __nacl_irt_epoll_pwait;
121 __nacl_irt_poll; 120 __nacl_irt_poll;
122 __nacl_irt_ppoll; 121 __nacl_irt_ppoll;
123 __nacl_irt_socket; 122 __nacl_irt_socket;
124 __nacl_irt_accept; 123 __nacl_irt_accept;
125 __nacl_irt_bind; 124 __nacl_irt_bind;
126 __nacl_irt_send; 125 __nacl_irt_send;
127 __nacl_irt_recv; 126 __nacl_irt_recv;
(...skipping 20 matching lines...) Expand all
148 _dl_allocate_tls; _dl_deallocate_tls; 147 _dl_allocate_tls; _dl_deallocate_tls;
149 _dl_get_tls_static_info; _dl_allocate_tls_init; 148 _dl_get_tls_static_info; _dl_allocate_tls_init;
150 _dl_tls_setup; _dl_rtld_di_serinfo; 149 _dl_tls_setup; _dl_rtld_di_serinfo;
151 _dl_make_stack_executable; 150 _dl_make_stack_executable;
152 # Only here for gdb while a better method is developed. 151 # Only here for gdb while a better method is developed.
153 _dl_debug_state; 152 _dl_debug_state;
154 # Pointer protection. 153 # Pointer protection.
155 __pointer_chk_guard; 154 __pointer_chk_guard;
156 } 155 }
157 } 156 }
OLDNEW
« no previous file with comments | « no previous file | sysdeps/nacl/irt_syscalls.h » ('j') | sysdeps/nacl/syscalls.list » ('J')

Powered by Google App Engine
This is Rietveld 408576698