Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ltp/kernel: fix the multiple defintion link error #3

Merged

Conversation

extinguish
Copy link
Contributor

In the LTP kernel test cases, there are many global functions and fields are defined with the same name. In order to compile these cases at the same time, these functions need to be defined as static to avoid "multiple definition erorr"

In the LTP kernel test cases, there are many global functions
and fields are defined with the same name. In order to compile
these cases at the same time, these functions need to be
defined as static to avoid "multiple definition erorr"

Signed-off-by: guoshichao <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Dec 24, 2024

CLA assistant check
All committers have signed the CLA.

@xiaoxiang781216 xiaoxiang781216 merged commit a72d939 into open-vela:dev Dec 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants