| Index: src/untrusted/nosys/getpwnam_r.c
|
| diff --git a/src/untrusted/nosys/getpwnam_r.c b/src/untrusted/nosys/getpwnam_r.c
|
| deleted file mode 100644
|
| index 6fff3b13367e4951962e7597872b5c3023647ff0..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/getpwnam_r.c
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -/*
|
| - * Copyright 2010 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.
|
| - */
|
| -
|
| -
|
| -/*
|
| - * Stub routine for `gepwnam_r' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <pwd.h>
|
| -#include <errno.h>
|
| -
|
| -int getpwnam_r(const char *name, struct passwd * pwbuf,
|
| - char *buf, size_t buflen, struct passwd **pwbufp) {
|
| - return ENOSYS;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(getpwnam_r);
|
|
|