From b5d017c6241ac356915b178d0a9588653d18d460 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 16 Apr 2013 00:35:48 -0400 Subject: Create an open_tmpfd() function to return temp files by FD. Use it. --- job.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'job.h') diff --git a/job.h b/job.h index 399c0b8..0e4e118 100644 --- a/job.h +++ b/job.h @@ -34,10 +34,6 @@ this program. If not, see . */ # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC) #endif -#ifdef POSIX -# define OUTPUT_SYNC -#endif - /* Structure describing a running or dead child process. */ struct child -- cgit v1.2.3