diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-12 09:03:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-12 09:03:03 +0000 |
commit | 327e16378980b7ee3ea753c5f763d704658e27c3 (patch) | |
tree | 11d3d114a4eec0cddb52f3e31ea4f3e508aa9383 /time/sys/time.h | |
parent | 82bae9f921065377c6fbf08edf4929b1db92a0d5 (diff) | |
download | glibc-327e16378980b7ee3ea753c5f763d704658e27c3.tar glibc-327e16378980b7ee3ea753c5f763d704658e27c3.tar.gz glibc-327e16378980b7ee3ea753c5f763d704658e27c3.tar.bz2 glibc-327e16378980b7ee3ea753c5f763d704658e27c3.zip |
Update.
* time/sys/time.h: Namespace cleanup.
Diffstat (limited to 'time/sys/time.h')
-rw-r--r-- | time/sys/time.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/sys/time.h b/time/sys/time.h index 059755135c..515ea7ec68 100644 --- a/time/sys/time.h +++ b/time/sys/time.h @@ -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 |