diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
commit | a3acbf46947e52ff596461a4cf6f539884c9dbbd (patch) | |
tree | ef93cefb82fdb4d8f2639e166e277474d9b2acab /include/mpw/utime.h | |
download | cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.gz cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.bz2 cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.zip |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'include/mpw/utime.h')
-rw-r--r-- | include/mpw/utime.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mpw/utime.h b/include/mpw/utime.h new file mode 100644 index 000000000..e8bf66f2b --- /dev/null +++ b/include/mpw/utime.h @@ -0,0 +1,7 @@ + +struct utimbuf { + time_t actime; + time_t modtime; +}; + +int utime (char *, struct utimbuf *); |