| Index: src/untrusted/nosys/endpwent.c
|
| diff --git a/src/untrusted/nosys/endpwent.c b/src/untrusted/nosys/endpwent.c
|
| deleted file mode 100644
|
| index f3d4998c38c34639877671b7578a576bf2bb6f5e..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/endpwent.c
|
| +++ /dev/null
|
| @@ -1,21 +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 `endpwent' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <pwd.h>
|
| -#include <errno.h>
|
| -
|
| -void endpwent(void) {
|
| - errno = ENOSYS;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(endpwent);
|
|
|