| Index: src/untrusted/nosys/rename.c
|
| diff --git a/src/untrusted/nosys/rename.c b/src/untrusted/nosys/rename.c
|
| deleted file mode 100644
|
| index a57ee4613d8c245b6215f2348e54cf63a1e48a21..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/rename.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 `rename' for porting support.
|
| - */
|
| -
|
| -#include <errno.h>
|
| -#include <stdlib.h>
|
| -
|
| -int rename(const char *old, const char *new) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(rename);
|
|
|