aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEmmanuel Dreyfus <manu@netbsd.org>2011-12-08 10:55:27 +0000
committerMiklos Szeredi <mszeredi@suse.cz>2011-12-08 13:44:19 +0100
commit40a47ede7280c023495be97d54b08d60a932f4a7 (patch)
tree56cf6ec4e40db67b43b479ec4dc52636c8c8e4c0 /ChangeLog
parent1bf98cf7bcefc810775e1aa80991a13e6070090c (diff)
downloadandroid_external_fuse-40a47ede7280c023495be97d54b08d60a932f4a7.tar.gz
android_external_fuse-40a47ede7280c023495be97d54b08d60a932f4a7.tar.bz2
android_external_fuse-40a47ede7280c023495be97d54b08d60a932f4a7.zip
utimens availability check
fusexmp uses utimens and takes that function for granted. It is part of POSIX exended API set 2 and some systems do not have it yet. Attached patch checks for utimens availability and returns ENOSYS if unavailable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad42adc..828a181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* Fix build if FUSE_NODE_SLAB is not defined. Patch by Emmanuel
Dreyfus
+ * Check for availability of utimensat() function. Patch by
+ Emmanuel Dreyfus
+
2011-12-07 Miklos Szeredi <miklos@szeredi.hu>
* Add fuse_lowlevel_notify_delete() which tells the kernel that a