* commit '8ff879a528b8876db811f5abd4dbf0640e3a0408': Fix mismatch between declaration and forward declaration
This commit is contained in:
commit
a3285dc914
@ -49,7 +49,7 @@ void __libc_fini(void* finit_array);
|
|||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
struct KernelArgumentBlock;
|
class KernelArgumentBlock;
|
||||||
void __LIBC_HIDDEN__ __libc_init_common(KernelArgumentBlock& args);
|
void __LIBC_HIDDEN__ __libc_init_common(KernelArgumentBlock& args);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ extern int __set_tls(void* ptr);
|
|||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
struct KernelArgumentBlock;
|
class KernelArgumentBlock;
|
||||||
extern __LIBC_HIDDEN__ void __libc_init_tls(KernelArgumentBlock& args);
|
extern __LIBC_HIDDEN__ void __libc_init_tls(KernelArgumentBlock& args);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user