compat-libc
An LD_PRELOAD library for providing some missing glibc-specific symbols.

How to use it:
* Build and install:
  make
  #if you want it stripped:
  make strip
  make install
* If you have a program that needs its symbols, you can edit the binary
to point at compat.so instead of one of the glibc libraries.

Licensing:
This is released into the public domain via the  Unlicense
(all rites reversed): see UNLICENSE for details.


