| Index: src/untrusted/nosys/times.c
|
| diff --git a/src/untrusted/nosys/times.c b/src/untrusted/nosys/times.c
|
| deleted file mode 100644
|
| index bcad81a1e0da0ad0c47da348a615ea042b83fc7b..0000000000000000000000000000000000000000
|
| --- a/src/untrusted/nosys/times.c
|
| +++ /dev/null
|
| @@ -1,21 +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 `times' for porting support.
|
| - */
|
| -
|
| -#include <sys/times.h>
|
| -#include <errno.h>
|
| -
|
| -clock_t times(struct tms *buf) {
|
| - errno = ENOSYS;
|
| - return -1;
|
| -}
|
| -
|
| -#include "native_client/src/untrusted/nosys/warning.h"
|
| -stub_warning(times);
|
|
|