aboutsummaryrefslogtreecommitdiff
path: root/lib/extable.c
diff options
context:
space:
mode:
authorDirk Müller <[email protected]>2022-02-08 17:50:50 +0100
committerSong Liu <[email protected]>2022-03-08 15:20:21 -0800
commita5359ddd052860bacf957e65fe819c63e974b3a6 (patch)
tree6dbdb658a0faf8bb84fe6d5c872a5a932a0fc04a /lib/extable.c
parentdaae161fd2e568b4f481b177b8be34374df98b68 (diff)
lib/raid6/test: fix multiple definition linking error
GCC 10+ defaults to -fno-common, which enforces proper declaration of external references using "extern". without this change a link would fail with: lib/raid6/test/algos.c:28: multiple definition of `raid6_call'; lib/raid6/test/test.c:22: first defined here the pq.h header that is included already includes an extern declaration so we can just remove the redundant one here. Cc: <[email protected]> Signed-off-by: Dirk Müller <[email protected]> Reviewed-by: Paul Menzel <[email protected]> Signed-off-by: Song Liu <[email protected]>
Diffstat (limited to 'lib/extable.c')
0 files changed, 0 insertions, 0 deletions