am b299039d
: am e6e2ba1d
: Merge "libc: <pthread.h>: Replace \'#if __cplusplus\' by \'#ifdef __cplusplus\'"
* commit 'b299039d060eb5f523c05e4f9b6934a6b897a54f': libc: <pthread.h>: Replace '#if __cplusplus' by '#ifdef __cplusplus'
This commit is contained in:

committed by
Android Git Automerger

commit
448a1b9f18
@@ -103,7 +103,7 @@ typedef volatile int pthread_once_t;
|
|||||||
/*
|
/*
|
||||||
* Prototypes
|
* Prototypes
|
||||||
*/
|
*/
|
||||||
#if __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -302,7 +302,7 @@ extern void __pthread_cleanup_pop(__pthread_cleanup_t* c,
|
|||||||
__pthread_cleanup_pop( &__cleanup, (execute)); \
|
__pthread_cleanup_pop( &__cleanup, (execute)); \
|
||||||
} while (0);
|
} while (0);
|
||||||
|
|
||||||
#if __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user