]> Savannah Git Hosting - gnulib.git/commit
docs: mention why libgen.h is bad
authorEric Blake <eblake@redhat.com>
Mon, 22 Dec 2014 18:46:41 +0000 (11:46 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 22 Dec 2014 18:50:37 +0000 (11:50 -0700)
commit16518d9ed8f25d3e53931dd1aa343072933e4604
tree8a712e4edca030f6749a50159e30fd3bcdc272b0
parent8d55a7b7a27076ecba2058d9c25b7122675582a3
docs: mention why libgen.h is bad

I just debugged a failure in sharutils-4.14.2-1 for using basename()
without including <libgen.h>.  In the process, I realized that we
aren't doing a good job of explaining why we don't offer a libgen.h
replacement (it is useless because the only two functions it
provides are also useless).

* doc/posix-headers/libgen.texi (libgen.h): Refer to dirname module.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-headers/libgen.texi