aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2015-03-19 15:30:40 +1000
committerSteve Bennett <steveb@workware.net.au>2015-03-19 19:45:24 +1000
commitc73f5c591b206c92f8021d01088738c908970d64 (patch)
treee7b46b13331151aabca095b1526664d6263941da /auto.def
parentfffae89f567581b6138df5f20241f8851787fddd (diff)
downloadjimtcl-c73f5c591b206c92f8021d01088738c908970d64.zip
jimtcl-c73f5c591b206c92f8021d01088738c908970d64.tar.gz
jimtcl-c73f5c591b206c92f8021d01088738c908970d64.tar.bz2
aio: add 'sync' subcommand
If the underlying platform supports fsync(), $handle sync invokes fsync() on the stream file descriptor. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index a6b7bdd..ec202a2 100644
--- a/auto.def
+++ b/auto.def
@@ -101,7 +101,7 @@ cc-check-functions ualarm lstat fork vfork system select execvpe
cc-check-functions backtrace geteuid mkstemp realpath strptime isatty
cc-check-functions regcomp waitpid sigaction sys_signame sys_siglist isascii
cc-check-functions syslog opendir readlink sleep usleep pipe getaddrinfo utimes
-cc-check-functions shutdown socketpair isinf isnan link symlink
+cc-check-functions shutdown socketpair isinf isnan link symlink fsync
if {[cc-check-functions sysinfo]} {
cc-with {-includes sys/sysinfo.h} {