| Index: src/untrusted/nosys/utimes.c
|
| diff --git a/src/untrusted/nosys/utimes.c b/src/untrusted/nosys/utimes.c
|
| deleted file mode 100644
|
| index fd045a3d38048afd2ebb7bdd11884ac11929fc2c..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/utimes.c
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -/*
|
| - * Copyright 2010 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 `utimes' for porting support.
|
| - */
|
| -
|
| -#include <sys/types.h>
|
| -#include <utime.h>
|
| -#include <sys/time.h>
|
| -#include <errno.h>
|
| -
|
| -int utimes(const char *filename, const struct timeval tv[2]) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(utimes);
|
|
|