We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Typo in osapi.h causes compilation failure when included into a c++ file
To Reproduce Include osapi.h into a c++ file
Expected behavior Successful compilation
Code snips
The following line is missing its corresponding extern "C" { and fails to build under C++:
extern "C" {
osal/src/os/inc/osapi.h
Lines 97 to 99 in 89bd11a
Appears to be introduced in f0bd42e
System observed on: Linux
Reporter Info John N Pham, Northrop Grumman
The text was updated successfully, but these errors were encountered:
Fix nasa#757, Readd extern C inosapi.h to support C++ use
686f3f0
Fix nasa#757, Readd extern C in osapi.h to support C++ use
df458a3
Merge pull request #758 from skliper/fix757-cpp_typo
0d569e4
Fix #757, Read extern C in osapi.h to support C++ use
Successfully merging a pull request may close this issue.
Describe the bug
Typo in osapi.h causes compilation failure when included into a c++ file
To Reproduce
Include osapi.h into a c++ file
Expected behavior
Successful compilation
Code snips
The following line is missing its corresponding
extern "C" {
and fails to build under C++:osal/src/os/inc/osapi.h
Lines 97 to 99 in 89bd11a
Appears to be introduced in f0bd42e
System observed on:
Linux
Reporter Info
John N Pham, Northrop Grumman
The text was updated successfully, but these errors were encountered: