From 348cf1a55c8ed2442d58ec29034966ba1d05980e Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 26 Nov 2013 08:48:14 +1000 Subject: aio: add support for half-close Currently only for sockets since Jim Tcl does not support bidirectional pipes. Signed-off-by: Steve Bennett --- auto.def | 1 + 1 file changed, 1 insertion(+) (limited to 'auto.def') diff --git a/auto.def b/auto.def index 556361a..59baea0 100644 --- a/auto.def +++ b/auto.def @@ -87,6 +87,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 if {[cc-check-functions sysinfo]} { cc-with {-includes sys/sysinfo.h} { cc-check-members "struct sysinfo.uptime" -- cgit v1.1