mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
Add prototype for __cxa_atexit.
This commit is contained in:
parent
06c07ea152
commit
df224e2998
@ -49,6 +49,9 @@ extern int __getpt __P ((void));
|
||||
|
||||
extern int __add_to_environ (const char *name, const char *value,
|
||||
const char *combines, int replace);
|
||||
|
||||
extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
|
||||
|
||||
#endif
|
||||
#undef __Need_M_And_C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user