Add strndup() function, if we don't have it
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Jun 2017 15:37:52 +0000 (09:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Jun 2017 15:37:52 +0000 (09:37 -0600)
commitb29c71c4a1e96390051d012b4e35c8d0718f7ce3
treec3523c761932752bcbe37b6c1f635ed64f6c2e6a
parenta1554f6519e7c91b262a35486d100d757b3b5b8a
Add strndup() function, if we don't have it

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
configure
lib/pattern.c
oslib/strndup.c [new file with mode: 0644]
oslib/strndup.h [new file with mode: 0644]