| Index: src/untrusted/nosys/settimeofday.c
|
| diff --git a/src/untrusted/nosys/settimeofday.c b/src/untrusted/nosys/settimeofday.c
|
| deleted file mode 100644
|
| index e6715d912feed4899bfa0f2788c8e9b1b90184b2..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/settimeofday.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 `settimeofday' for porting support.
|
| - */
|
| -
|
| -#include <sys/time.h>
|
| -#include <time.h>
|
| -#include <unistd.h>
|
| -#include <errno.h>
|
| -
|
| -int settimeofday(const struct timeval *tv, const struct timezone *tz) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(settimeofday);
|
|
|