Searched refs:_POSIX_JOB_CONTROL (Results 1 – 2 of 2) sorted by relevance
175 #define _POSIX_JOB_CONTROL 1 /* job control is a Linux feature */ macro
190 #ifdef _POSIX_JOB_CONTROL in sysconf()191 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL; in sysconf()