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
)
20 lines
139 B
Plaintext
20 lines
139 B
Plaintext
/*
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
dladdr;
|
|
dlclose;
|
|
dlerror;
|
|
dlfunc;
|
|
dlopen;
|
|
dlsym;
|
|
dlvsym;
|
|
dlinfo;
|
|
dl_iterate_phdr;
|
|
};
|
|
|
|
|
|
FBSD_1.3 {
|
|
fdlopen;
|
|
};
|