diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/acct.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/acct.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/acct.h b/sysdeps/unix/sysv/linux/sys/acct.h index 1573f6a254..c8317e7ced 100644 --- a/sysdeps/unix/sysv/linux/sys/acct.h +++ b/sysdeps/unix/sysv/linux/sys/acct.h @@ -86,7 +86,9 @@ enum AFORK = 0x01, /* Has executed fork, but no exec. */ ASU = 0x02, /* Used super-user privileges. */ ACORE = 0x08, /* Dumped core. */ - AXSIG = 0x10 /* Killed by a signal. */ + AXSIG = 0x10, /* Killed by a signal. */ + AGROUP = 0x20 /* Was the last task of the process + (task group). */ }; #if __BYTE_ORDER == __BIG_ENDIAN |