This commit is contained in:
Michael Kerrisk 2006-12-27 02:42:01 +00:00
parent 37d4cd1cee
commit fd2cf680a5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ data structure is defined in <sys/msg.h> as follows:
.in +4n
struct msqid_ds {
struct ipc_perm msg_perm; /* Ownership and permissions
struct ipc_perm msg_perm; /* Ownership and permissions */
time_t msg_stime; /* Time of last msgsnd() */
time_t msg_rtime; /* Time of last msgrcv() */
time_t msg_ctime; /* Time of last change */