summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2010-12-01 07:30:38 +0000
committerroot <root>2010-12-01 07:30:38 +0000
commit31d3c116144301b51fc50ad7934fe6f988b7029c (patch)
tree208e7ae4233f9db310149fb64e176cab6cce921f /Changes
parentc1a31f9b5959a69750e5d2e75e7aaafde7f53f76 (diff)
futimes/utimes
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index bec431b..b85c71a 100644
--- a/Changes
+++ b/Changes
@@ -28,4 +28,6 @@ TODO: openbsd requites stdint.h for intptr_t - why posix?
- no longer set errno to 0 before making syscalls, this only lures
people into the trap of believing errno shows success or failure.
- "fix" demo.c so that it works as non-root.
+ - suppoert utimes seperately from futimes, as some systems have
+ utimes but not futimes.