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