libc: simplify Waitmsg

This commit is contained in:
2017-05-26 01:55:09 +02:00
parent 5ca0ef085c
commit 40ccb89835
2 changed files with 1 additions and 2 deletions

View File

@ -594,7 +594,7 @@ struct Waitmsg
{
pid_t pid; /* of loved one */
uint32_t time[3]; /* of loved one & descendants */
char *msg;
char msg[];
} Waitmsg;
extern int jehanne_access(const char*, int);