alias basename to glibc name for it, to meet abi goals
authorRich Felker <dalias@aerifal.cx>
Thu, 19 Jan 2012 04:28:48 +0000 (23:28 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 19 Jan 2012 04:28:48 +0000 (23:28 -0500)
commit07065210cae8ae40fceeee4febf338e1f1aecd0c
tree23e7ecbf3001ada9c497b9c8cb361a765307b331
parent2adf2fb372745a406544188029d3f769f71a9f2c
alias basename to glibc name for it, to meet abi goals

note that regardless of the name used, basename is always conformant.
it never takes on the bogus gnu behavior, unlike glibc where basename
is nonconformant when declared manually without including libgen.h.
src/misc/basename.c