Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-06-25 | const correctness in mq_notify | Rich Felker | -1/+1 | |
why did gcc allow this invalid assignment to compile in the first place? | ||||
2011-06-07 | implement mq_notify | Rich Felker | -2/+65 | |
2011-06-07 | add support for POSIX message queues, except mq_notify | Rich Felker | -0/+10 | |