Browse Source

include/posix: fix extern "C" placement

both parts of extern "C" should be placed inside

Signed-off-by: Maximilian Bachmann <m.bachmann@acontis.com>
pull/29167/head
Maximilian Bachmann 5 years ago committed by Maureen Helm
parent
commit
fd059fe1f2
  1. 4
      include/posix/pthread_key.h

4
include/posix/pthread_key.h

@ -43,10 +43,10 @@ typedef struct pthread_key_data { @@ -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…
Cancel
Save