Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412349
Collapse All | Expand All

(-)a/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp (+1 lines)
Lines 52-57 static void runAtExitHandlers() { Link Here
52
#include <sys/stat.h>
52
#include <sys/stat.h>
53
#endif
53
#endif
54
#include <fcntl.h>
54
#include <fcntl.h>
55
#include <unistd.h>
55
/* stat functions are redirecting to __xstat with a version number.  On x86-64 
56
/* stat functions are redirecting to __xstat with a version number.  On x86-64 
56
 * linking with libc_nonshared.a and -Wl,--export-dynamic doesn't make 'stat' 
57
 * linking with libc_nonshared.a and -Wl,--export-dynamic doesn't make 'stat' 
57
 * available as an exported symbol, so we have to add it explicitly.
58
 * available as an exported symbol, so we have to add it explicitly.

Return to bug 412349