OpenGrok
Cross Reference: utimens.c
xref
: /
src
/
lib
/
libc
/
gen
/
utimens.c
Home
|
History
|
Annotate
|
Download
|
only in
gen
History log of
/src/lib/libc/gen/utimens.c
Revision
Date
Author
Comments
1.3
01-Aug-2023
mrg
fix simple mis-matched function prototype and definitions.
most of these are like, eg
void foo(int[2]);
with either of these
void foo(int*) { ... }
void foo(int[]) { ... }
in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.
found by GCC 12.
1.2
16-Sep-2019
kamil
Remove _INCOMPLETE_XOPEN_C063, no longer needed
1.1
03-Nov-2012
christos
branches: 1.1.2; 1.1.4; 1.1.34;
add utimens and lutimens wrappers using utimensat.
1.1.34.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.1.4.2
16-Jan-2013
yamt
sync with (a bit old) head
1.1.4.1
03-Nov-2012
yamt
file utimens.c was added on branch yamt-pagecache on 2013-01-16 05:32:24 +0000
1.1.2.2
03-Nov-2012
christos
add utimens and lutimens wrappers using utimensat.
1.1.2.1
03-Nov-2012
christos
file utimens.c was added on branch tls-maxphys on 2012-11-03 19:39:22 +0000
Indexes created Wed Oct 01 07:09:59 GMT 2025