]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Remove a.out support from nlist()
authorGuillem Jover <guillem@hadrons.org>
Mon, 5 Jun 2017 03:30:27 +0000 (05:30 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 19 Jun 2017 01:17:21 +0000 (03:17 +0200)
commite8d340de9e2ce39e340dde81ee139d5631ab0049
tree0d2ca88ab8dc18d5c822052b207d6fbbf74ff736
parent7aede6a999ef7b6bd2b82aed55896611331a8eea
Remove a.out support from nlist()

Some libc libraries do not have an <a.out.h> header. And a.out as an
executable format is very much obsolete on pretty much all currently
supported systems, even if they might still support loading such
objects.

Remove the a.out support to increase portability.
include/bsd/nlist.h
src/nlist.c