about summary refs log tree commit diff
path: root/src/ipc/msgsnd.c
Commit message (Expand)AuthorAgeFilesLines
* overhaul pthread cancellationRich Felker2011-04-171-6/+2
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker2011-04-061-1/+1
* add sysv ipc message queues (completely untested)Rich Felker2011-04-051-0/+17