mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
42b388439b
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
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;
|
|
};
|