mirror of git://sourceware.org/git/glibc.git
* manual/filesys.texi (futimes): Fix prototype.
This commit is contained in:
parent
11883883a5
commit
f094829e48
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-02-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* manual/filesys.texi (futimes): Fix prototype.
|
||||||
|
|
||||||
2006-02-21 Roland McGrath <roland@redhat.com>
|
2006-02-21 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove
|
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove
|
||||||
|
|
|
||||||
|
|
@ -2806,7 +2806,7 @@ function.
|
||||||
|
|
||||||
@comment sys/time.h
|
@comment sys/time.h
|
||||||
@comment BSD
|
@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
|
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
|
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
|
I/O}. This function comes from FreeBSD, and is not available on all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue