diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-03 09:43:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-03 09:43:55 +0000 |
commit | 36dbaf996768766212ecab9ef72ea181629cc02d (patch) | |
tree | d059c4e37f1948045342b01d3255a512fd13a2f2 /manual | |
parent | e6001d3152ab6cd6246fad22ea02f4a9699661d3 (diff) | |
download | glibc-36dbaf996768766212ecab9ef72ea181629cc02d.tar.gz glibc-36dbaf996768766212ecab9ef72ea181629cc02d.tar.xz glibc-36dbaf996768766212ecab9ef72ea181629cc02d.zip |
* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
file == NULL, use __futimes unconditionally. * manual/filesys.texi (futimes): Fix prototype.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index c8ae377266..2436f22e88 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -2806,7 +2806,7 @@ function. @comment sys/time.h @comment BSD -@deftypefun int futimes (int *@var{fd}, struct timeval @var{tvp}@t{[2]}) +@deftypefun int futimes (int @var{fd}, struct timeval @var{tvp}@t{[2]}) This function is like @code{utimes}, except that it takes an open file descriptor as an argument instead of a file name. @xref{Low-Level I/O}. This function comes from FreeBSD, and is not available on all |