exit.c -> exit.cpp

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-11-04 11:07:01 +00:00
parent 14324b423f
commit b502275bc8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ MergeObject posix_stdlib.o :
bsearch.c
div.c
env.cpp
exit.c
exit.cpp
getsubopt.cpp
heapsort.c
merge.c
@@ -21,8 +21,8 @@
#include <syscalls.h>
extern void _IO_cleanup(void);
extern void _thread_do_exit_work(void);
extern "C" void _IO_cleanup(void);
extern "C" void _thread_do_exit_work(void);
struct exit_stack_info {
void (*exit_stack[ATEXIT_MAX])(void);