libc: add the new process state even though it's not visible to user
authorAlan Cox <alan@linux.intel.com>
Mon, 5 Jun 2017 20:35:19 +0000 (21:35 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 5 Jun 2017 20:35:19 +0000 (21:35 +0100)
Library/include/proc.h

index 7328901..3deeb8b 100644 (file)
@@ -13,6 +13,7 @@
 #define P_STOPPED       4    /* Stopped waiting for SIGCONT */
 #define P_FORKING       5    /* In process of forking; do not mess with */
 #define P_ZOMBIE        6    /* Exited. */
+#define P_NOSLEEP      7    /* Internal no-sleep state, never visible to ps */
 
 /* Process table entry */