diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 13:46:32 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 13:46:32 +0000 |
| commit | 2ba64027bcd11ef6c7d378302a64491ea70cde91 (patch) | |
| tree | 1802ab3510e718e6985f6769048767b9b8cf797a /lib/libc/include | |
| parent | 8621e8a737a4f97843e400f6659340323f3a3458 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index 0f170dbb9b6d..8dca7a0daece 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -135,4 +135,9 @@ extern const char *__progname; */ extern struct _spinlock *__malloc_lock; +/* + * Function to clean up streams, called from abort() and exit(). + */ +extern void (*__cleanup)(void); + #endif /* _LIBC_PRIVATE_H_ */ |
