From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/etc/prd.com | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/etc/prd.com (limited to 'sys/etc/prd.com') diff --git a/sys/etc/prd.com b/sys/etc/prd.com new file mode 100644 index 00000000..599dc6b6 --- /dev/null +++ b/sys/etc/prd.com @@ -0,0 +1,8 @@ +# Job table for detached processes. + +int pr_jobcode[MAX_BKGJOBS] # job code assigned by host system +int pr_active[MAX_BKGJOBS] # set to NO if job is killed +int pr_exit_status[MAX_BKGJOBS] # exit status of process +pointer pr_bkgfile[MAX_BKGJOBS] # bkgfile filename (signals job term) + +common /prdcom/ pr_jobcode, pr_active, pr_exit_status, pr_bkgfile -- cgit