repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
include
/
utime.h
blob
652891aab15664a4908ac10fe70324df1e85ab97
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
#include <_ansi.h>
6
7
/* The utime function is defined in libc/sys/<arch>/sys if it exists. */
8
#include <sys/utime.h>
9
10
#ifdef __cplusplus
11
}
12
#endif