mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
34041aac83
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit 42b388439b
)
19 lines
139 B
Text
19 lines
139 B
Text
/*
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
dladdr;
|
|
dlclose;
|
|
dlerror;
|
|
dlfunc;
|
|
dlopen;
|
|
dlsym;
|
|
dlvsym;
|
|
dlinfo;
|
|
dl_iterate_phdr;
|
|
};
|
|
|
|
|
|
FBSD_1.3 {
|
|
fdlopen;
|
|
};
|