freebsd-src/lib/libregex/Symbol.map
Warner Losh 42b388439b Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:23 -06:00

16 lines
323 B
Plaintext

/*
*/
/*
* libregex uses a different version name because its symbols are not strictly
* compatible with those provided by libc. Re-using the version name from libc
* could cause linking headaches and make debugging more difficult than it needs
* to be.
*/
LIBREGEX_1.0 {
regcomp;
regerror;
regexec;
regfree;
};