| Index: src/untrusted/nosys/execlp.c
|
| diff --git a/src/untrusted/nosys/execlp.c b/src/untrusted/nosys/execlp.c
|
| deleted file mode 100644
|
| index 3e07d574979246092667d2fa5771cd94aee2aeac..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/execlp.c
|
| +++ /dev/null
|
| @@ -1,20 +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 `execlp' for porting support.
|
| - */
|
| -
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int execlp(const char *file, const char *arg, ...) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(execlp);
|
|
|