freebsd-src/lib/libregex
Kyle Evans e36cba8a36 libregex: Add a symbol map
kib points out that trying to re-use symbol versioning from libc is dirty
and wrong. The implementation in libregex is incompatible by design with the
implementation in libc. Using the symbol versions from libc can and likely
will cause confusions for linkers and bring unexpected behavior for
consumers that unwillingly (transitively) link against libregex.

Reported by:	kib
2018-01-22 18:40:19 +00:00
..
tests
Makefile libregex: Add a symbol map 2018-01-22 18:40:19 +00:00
Symbol.map libregex: Add a symbol map 2018-01-22 18:40:19 +00:00
Versions.def libregex: Add a symbol map 2018-01-22 18:40:19 +00:00