| Index: src/untrusted/nosys/getpwnam.c
|
| diff --git a/src/untrusted/nosys/getpwnam.c b/src/untrusted/nosys/getpwnam.c
|
| deleted file mode 100644
|
| index c3ab4b8f170ecfcf78f382842b7989a44781ae8f..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/getpwnam.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 `getpwnam' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <pwd.h>
|
| -#include <errno.h>
|
| -
|
| -struct passwd *getpwnam(const char *name) {
|
| - errno = ENOSYS;
|
| - return NULL;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(getpwnam);
|
|
|