summaryrefslogtreecommitdiffstats
path: root/librt/mq_send.c
Commit message (Collapse)AuthorAgeFilesLines
* run through LindentMike Frysinger2007-02-091-7/+7
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-2/+0
| | | | is a useless attempt
* jump relocs removedPeter S. Mazinger2006-01-161-4/+6
|
* hide some functions to cut down on relocationsMike Frysinger2005-12-291-2/+4
|
* make sure mq_timedsend() and mq_send() is always definedMike Frysinger2005-12-291-5/+8
|
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-111-0/+36
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch...