History log of /seL4-refos-master/libs/libmuslc/src/mq/mq_notify.c
Revision Date Author Comments
# 8b711219 28-Apr-2012 Rich Felker <dalias@aerifal.cx>

fix longstanding missing static in mq_notify (namespace pollution)


# 4d95a585 25-Jun-2011 Rich Felker <dalias@aerifal.cx>

const correctness in mq_notify

why did gcc allow this invalid assignment to compile in the first place?


# ede353d8 07-Jun-2011 Rich Felker <dalias@aerifal.cx>

implement mq_notify


# ab11386a 06-Jun-2011 Rich Felker <dalias@aerifal.cx>

add support for POSIX message queues, except mq_notify