about summary refs log tree commit diff
path: root/src/ipc/msgsnd.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: prefer SYS_ipc when it is definedSzabolcs Nagy2019-07-011-1/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* 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