Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-05 02:51:08 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-05 02:51:08 +0400
commitae6c4c84212f196efc9e65f5f6de9beb226f78dc (patch)
tree7adce04cbbf71ef935ef490c551962a66c46473e /newlib/libc/include/utime.h
parent3e35e424d7b9b0036d93fc7314288c94063b513f (diff)
2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/utime.h: Add include of <_ansi.h>. * libc/sys/linux/Makefile.am: Add utimes.c. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/inode.c(__umask): New static routine. (umask): Written to use __umask and attempt to thread lock. (getumask): New function written to use __umask and thread lock. * libc/sys/linux/utimes.c: New file. * libc/sys/linux/sys/time.h: Fix utimes prototype. * libc/sys/linux/sys/utime.h: New file.
Diffstat (limited to 'newlib/libc/include/utime.h')
-rw-r--r--newlib/libc/include/utime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/utime.h b/newlib/libc/include/utime.h
index c05e08e94..652891aab 100644
--- a/newlib/libc/include/utime.h
+++ b/newlib/libc/include/utime.h
@@ -2,6 +2,8 @@
extern "C" {
#endif
+#include <_ansi.h>
+
/* The utime function is defined in libc/sys/<arch>/sys if it exists. */
#include <sys/utime.h>