| Index: src/untrusted/nacl/syscall_bindings_trampoline.h
|
| diff --git a/src/untrusted/nacl/syscall_bindings_trampoline.h b/src/untrusted/nacl/syscall_bindings_trampoline.h
|
| index 7f99418cf011d5425a43f923f92d87cb2179e6aa..3f0a544db3408fe300a6a6c5eb4a15a199140992 100644
|
| --- a/src/untrusted/nacl/syscall_bindings_trampoline.h
|
| +++ b/src/untrusted/nacl/syscall_bindings_trampoline.h
|
| @@ -62,8 +62,6 @@ extern void IRT_post_irtcall_hook(void);
|
| /* files */
|
| /* ============================================================ */
|
|
|
| -typedef int (*TYPE_nacl_nameservice)(int *desc_in_out);
|
| -
|
| typedef int (*TYPE_nacl_dup)(int oldfd);
|
|
|
| typedef int (*TYPE_nacl_dup2)(int oldfd, int newfd);
|
|
|