| Index: src/untrusted/nosys/getlogin.c
|
| diff --git a/src/untrusted/nosys/getlogin.c b/src/untrusted/nosys/getlogin.c
|
| deleted file mode 100644
|
| index e19307728195a7a15838fe930a40438d4bf2d58a..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/getlogin.c
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -/*
|
| - * Copyright (c) 2012 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 `getlogin' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -char *getlogin(void) {
|
| - errno = ENOSYS;
|
| - return NULL;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(getlogin);
|
|
|