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