summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/lldiv.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-1/+1
| | | | missing headers, other jump relocs removed
* Remove trailing ;Peter S. Mazinger2005-12-161-2/+1
|
* Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv toEric Andersen2004-09-071-0/+63
match glibc's quotient truncation behavior.