Ancora reindicizzazioni, piĆ¹ CLONE_VFORK, CLONE_VM, CLONE_PTRACED
[gapil.git] / listati / msgbuf.h
1 struct msgbuf {
2      long mtype;          /* message type, must be > 0 */
3      char mtext[LENGTH];  /* message data */
4 };