From abc6ee9f4d28debe15fa5e56a1618b214b2888a0 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 03:20:04 +0000 Subject: another from SpanKY --- libc/sysdeps/linux/common/stime.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/sysdeps/linux/common/stime.c') diff --git a/libc/sysdeps/linux/common/stime.c b/libc/sysdeps/linux/common/stime.c index bfb7682d0..9f9615d3e 100644 --- a/libc/sysdeps/linux/common/stime.c +++ b/libc/sysdeps/linux/common/stime.c @@ -2,19 +2,19 @@ /* * stime() for uClibc * - * Copyright (C) 2000-2004 by Erik Andersen + * Copyright (C) 2000-2006 Erik Andersen * - * GNU Library General Public License (LGPL) version 2 or later. + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define settimeofday __settimeofday - #include "syscalls.h" #include #include #ifdef __NR_stime _syscall1(int, stime, const time_t *, t); #else +libc_hidden_proto(settimeofday) + int stime(const time_t * when) { struct timeval tv; -- cgit v1.2.3