freebsd-dev/lib/libregex/Versions.def
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

6 lines
32 B
Modula-2

# $FreeBSD$
LIBREGEX_1.0 {
};