Fix a typo in a comment.
This commit is contained in:
parent
717b3d8e55
commit
e2a805f19f
@ -178,7 +178,7 @@
|
||||
#define RFSIGSHARE (1<<14) /* share signal handlers */
|
||||
#define RFLINUXTHPN (1<<16) /* do linux clone exit parent notification */
|
||||
#define RFSTOPPED (1<<17) /* leave child in a stopped state */
|
||||
#define RFHIGHPID (1<<18) /* use a pid higher then 10 (idleproc) */
|
||||
#define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */
|
||||
#define RFPPWAIT (1<<31) /* parent sleeps until child exits (vfork) */
|
||||
#define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPPWAIT)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user