summaryrefslogtreecommitdiffstats
path: root/librt/timer_gettime.c
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-251-4/+5
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-111-0/+26
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch...