| Index: src/untrusted/nacl/nameservice.c
|
| diff --git a/src/untrusted/nacl/nameservice.c b/src/untrusted/nacl/nameservice.c
|
| deleted file mode 100644
|
| index 891cc63c4d9aecc7daaf948c4aab4f84e70882be..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nacl/nameservice.c
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -/*
|
| - * Copyright 2011 The Native Client Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -#include <errno.h>
|
| -
|
| -#include "native_client/src/untrusted/nacl/syscall_bindings_trampoline.h"
|
| -
|
| -int nacl_nameservice(int *desc_in_out) {
|
| - int retval = NACL_SYSCALL(nameservice)(desc_in_out);
|
| - if (retval < 0) {
|
| - errno = -retval;
|
| - return -1;
|
| - }
|
| - return 0;
|
| -}
|
|
|