hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/uapi/linux/acct.h
....@@ -49,6 +49,7 @@
4949 __u16 ac_uid16; /* LSB of Real User ID */
5050 __u16 ac_gid16; /* LSB of Real Group ID */
5151 __u16 ac_tty; /* Control Terminal */
52
+ /* __u32 range means times from 1970 to 2106 */
5253 __u32 ac_btime; /* Process Creation Time */
5354 comp_t ac_utime; /* User Time */
5455 comp_t ac_stime; /* System Time */
....@@ -81,6 +82,7 @@
8182 __u32 ac_gid; /* Real Group ID */
8283 __u32 ac_pid; /* Process ID */
8384 __u32 ac_ppid; /* Parent Process ID */
85
+ /* __u32 range means times from 1970 to 2106 */
8486 __u32 ac_btime; /* Process Creation Time */
8587 #ifdef __KERNEL__
8688 __u32 ac_etime; /* Elapsed Time */