Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

fix multiple definition of 'libpwq_thread_cleanup_handler'#32

Open
martinetd wants to merge 1 commit intomheily:masterfrom
martinetd:fnocommon
Open

fix multiple definition of 'libpwq_thread_cleanup_handler'#32
martinetd wants to merge 1 commit intomheily:masterfrom
martinetd:fnocommon

Conversation

@martinetd
Copy link

libpwq_thread_cleanup_handler was defined in a .h, add extern there.
There is an additional definition in src/posix/manager.c so nothing else to change.

(this is due to -fcommon having been enabled by default in recent compilers but shouldn't hurt anyway)

libpwq_thread_cleanup_handler was defined in a .h, add extern there.
There is an additional definition in src/posix/manager.c so nothing else to change.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant