Home
last modified time | relevance | path

Searched refs:_POSIX_JOB_CONTROL (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dlimits.h175 #define _POSIX_JOB_CONTROL 1 /* job control is a Linux feature */ macro
/bionic/libc/unistd/
Dsysconf.c190 #ifdef _POSIX_JOB_CONTROL in sysconf()
191 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL; in sysconf()