]> www.infradead.org Git - mtd-utils.git/commit
Add libmissing
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 1 Sep 2016 09:20:05 +0000 (11:20 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 17 Nov 2016 10:36:55 +0000 (11:36 +0100)
commit3516b8b7558a69dfd06410b0c997d096a78221c9
tree6e3d993f086e5fd3fd90f998e3d88988ac07ce7d
parentd3b66fbf88b07f7954ee5e7ceddab543bdd3a833
Add libmissing

This patch adds a libmissing library to mtd-utils, containing
implementations of functionality found in glibc but typically
missing from embedded C libraries such as uclibc ot musl.

For now, the library only contains stub implementations of
the backtrace*() family of functions.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
Makefile.am
configure.ac
include/libmissing.h [new file with mode: 0644]
lib/Makemodule.am
lib/execinfo.c [new file with mode: 0644]
tests/fs-tests/Makemodule.am
tests/fs-tests/integrity/integck.c