aboutsummaryrefslogtreecommitdiff
path: root/libc/stdlib/labs.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-16fix simple sparse warningsNicholas Piggin1-1/+1
Should be no real code change, these mostly update type declarations that sparse complains about. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat1-0/+25
Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>