mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
2004-09-28 Jakub Jelinek <jakub@redhat.com> * io/utime.h (utime): Allow second argument to be NULL.
This commit is contained in:
parent
e59a8e8420
commit
067fff20b7
@ -1,3 +1,7 @@
|
||||
2004-09-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* io/utime.h (utime): Allow second argument to be NULL.
|
||||
|
||||
2004-09-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/posix/getaddrinfo.c (gaih_inet): If NAME is a numerical IP
|
||||
|
@ -45,7 +45,7 @@ struct utimbuf
|
||||
*FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
|
||||
extern int utime (__const char *__file,
|
||||
__const struct utimbuf *__file_times)
|
||||
__THROW __nonnull ((1, 2));
|
||||
__THROW __nonnull ((1));
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user