Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Jul 2003 09:03:03 +0000 (09:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Jul 2003 09:03:03 +0000 (09:03 +0000)
* time/sys/time.h: Namespace cleanup.

ChangeLog
time/sys/time.h

index c0a2a15..2f49663 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2003-07-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * time/sys/time.h: Namespace cleanup.
        * sysdeps/unix/sysv/linux/kernel-features.h: Define
        __ASSUME_UTIMES for the architectures which always had the syscall.
        * sysdeps/unix/sysv/linux/futimes.c: New file.
index 0597551..515ea7e 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1991-1994,96,97,98,99,2000,01,02
-       Free Software Foundation, Inc.
+/* Copyright (C) 1991-1994,1996-2002,2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -145,7 +144,7 @@ extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
      __THROW;
 
 /* Same as `utimes', but takes an open file descriptor instead of a name.  */
-extern int futimes (int fd, __const struct timeval __tvp[2]) __THROW;
+extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
 #endif