FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are
Marc G. Fournier <scrappy@hub.org>
FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are
already included in the system libraries.
Used if !defined(__FreeBSD__) to single FreeBSD out from the other BSD44
derived OSs
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/BSD44_derived/dl.c | modified | +4 −0 |
| src/backend/port/BSD44_derived/port-protos.h | modified | +12 −5 |