summaryrefslogtreecommitdiffstats
path: root/include/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* introduce strerrorpSascha Hauer2015-09-231-0/+6
| | | | | | | | | | putting an error pointer into strerror can be a bit confusing since strerror takes a positive error code but PTR_ERR returns a negative number, so we have to do strerror(-PTR_ERR(errp)). Some places got this wrong already, so introduce a strerrorp function which directly takes an error pointer. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add strerror functionSascha Hauer2009-05-251-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* svn_rev_455Sascha Hauer2007-07-051-0/+1
|
* svn_rev_369Sascha Hauer2007-07-051-0/+2
| | | | include asm-generic in errno.h instead of all other files
* svn_rev_268Sascha Hauer2007-07-051-1/+3
| | | | WIP
* svn_rev_181Sascha Hauer2007-07-051-0/+6
add perror function (which does not do much yet)