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:
Maximilian Bachmann 2020-10-13 13:19:34 +02:00 committed by Maureen Helm
parent de5135b05e
commit fd059fe1f2

View file

@ -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_*/