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