Age | Commit message (Collapse) | Author | Files | Lines |
|
This is required for Solaris, which needs to link in librt to make use of
fdatasync().
|
|
metze
|
|
|
|
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on tdb.h contents and the gcc -aux-info option
|
|
|
|
Useful to build multiple standalone libraries that depend on each other
without having to install them to the final install dir during the build.
|
|
|