summaryrefslogtreecommitdiffstats
path: root/test/misc/fdopen.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: fdopen: add missing mode args to open()Mike Frysinger2012-01-161-1/+1
| | | | | | | We call open() with O_CREAT, so make sure we pass in the mode else we might get build errors with fortify source. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* check more return valuesMike Frysinger2006-02-281-3/+3
|
* get rid of link time warning with tmpname()Mike Frysinger2006-02-141-4/+8
|
* document why the ftell() should be 5 and not 14Mike Frysinger2006-02-141-0/+2
|
* fix fdopen testMike Frysinger2006-02-141-1/+1
|
* Add a couple of testsEric Andersen2003-01-281-0/+46