Skip to content

Typo in osapi.h #757

@johnphamngc

Description

@johnphamngc

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

#ifdef __cplusplus
}
#endif

Appears to be introduced in f0bd42e

System observed on:
Linux

Reporter Info
John N Pham, Northrop Grumman

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions