summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-14 14:44:23 +0000
committerngie <ngie@FreeBSD.org>2015-12-14 14:44:23 +0000
commitf20c3249492e4cc8f2f92d29ffeb00a804cd45f0 (patch)
treefa64a773f5805623716fbc2a0de87b65a29b9274 /lib/libc/regex/engine.c
parent98e6718d915fa5a645555a7bf1f41f75c5b53107 (diff)
downloadFreeBSD-src-f20c3249492e4cc8f2f92d29ffeb00a804cd45f0.zip
FreeBSD-src-f20c3249492e4cc8f2f92d29ffeb00a804cd45f0.tar.gz
Unbreak the powerpc/powerpc64 tinderbox
PR: 198805 Submitted by: sbruno MFC r280430: r280430 (by bz): Make ix_crcstrip a public symbol for the moment; it probably is not the right solution but I will leave it to experts to untangle this problem to properly stop the build failures. At the moment only if_ix.c includes dev/netmap/ixgbe_netmap.h which is good as ixgbe_netmap.h defines a couple of (file) static variables--thus local to if_ix.c. static int ix_crcstrip however now also got checked from ix_txrx.c (as an extern) and should not be visible there. In fact we do see powerpc and powerpc64 build failures because of this. It is unclear to me why on other (clang built?) architectures this does not lead to a reference of an undefined symbol and similar build breakage.
Diffstat (limited to 'lib/libc/regex/engine.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud