include/posix: fix extern "C" placement
both parts of extern "C" should be placed inside Signed-off-by: Maximilian Bachmann <m.bachmann@acontis.com>
This commit is contained in:
parent
de5135b05e
commit
fd059fe1f2
|
@ -43,10 +43,10 @@ typedef struct pthread_key_data {
|
|||
pthread_thread_data thread_data;
|
||||
} pthread_key_data;
|
||||
|
||||
#endif /* CONFIG_PTHREAD_IPC */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_PTHREAD_IPC */
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_POSIX_PTHREAD_KEY_H_*/
|
||||
|
|
Loading…
Reference in a new issue