summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Fink <werner@suse.de>2012-03-13 16:15:43 +0100
committerWerner Fink <werner@suse.de>2012-03-13 16:15:43 +0100
commit378eea8bd5db4ed8244ce1a3f416137f131acdd5 (patch)
treeac5efd347d52b9be448ce2b593b92327c3b24501 /ChangeLog
parent54033e94bb8e038655f3241524da5616cb344435 (diff)
Use --enable-timeout-stat as well as --enable-timeout-stat=static
for a static background process which does the final stat system calls Signed-off-by: Werner Fink <werner@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bde0f6f..baba19e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ * Make it possible to use --enable-timeout-stat as well as
+ --enable-timeout-stat=static for a static background process which
+ does the final stat system calls
+ * Do not mix HAVE_TIMEOUT_STAT with WITH_TIMEOUT_STAT
* Add timeout.c/timeout.h for static background process which is able
to read the file name from pipe, does the stat(2) system call, and
writes the result back to a pipe.