mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
34041aac83
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit 42b388439b
)
16 lines
323 B
Plaintext
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;
|
|
};
|