| Index: src/untrusted/nosys/getwd.c
|
| diff --git a/src/untrusted/nosys/getwd.c b/src/untrusted/nosys/getwd.c
|
| deleted file mode 100644
|
| index c84ec05fad5e925c74134467b46128a76d4e6e26..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/getwd.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 `getwd' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -char *getwd(char *buf) {
|
| - errno = ENOSYS;
|
| - return NULL;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(getwd);
|
|
|