summaryrefslogtreecommitdiff
path: root/lib/getopt_long.c
AgeCommit message (Collapse)Author
2017-05-19Update to fio-2.20.Elliott Hughes
Bug: N/A Test: builds, seems to work Change-Id: I455dcc898f00dc50ae5cb65d1b381982df5a51e0
2013-03-19lib/getopt_long: clear 'optarg' every timeJens Axboe
We don't want a stale optarg argument to be available. Signed-off-by: Jens Axboe <axboe@kernel.dk>
2013-02-11Initialize global and non-static variablesJens Axboe
Don't assume they get zeroed. The AIX linker throws a hissy fit on these, refusing to link the program. Signed-off-by: Jens Axboe <axboe@kernel.dk>
2011-10-18Fix klibc getopt_long_only() for optional argumentsJens Axboe
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2010-08-10Add comment as to where getopt_long.c came fromJens Axboe
Also fix the include path. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
2010-08-10Add support for AIXCigy Cyriac
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>