diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:33:45 +0000 | 
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:33:45 +0000 | 
| commit | 514c861a1dc349d81c12ce4cf3bba769a2d7281b (patch) | |
| tree | 18deaff8c5fe9ee61a85bd51258217948071d563 | |
| parent | 12b1e22b170890af1ae09907de600a6f978e22ff (diff) | |
Why this?
| -rw-r--r-- | libc/stdlib/atexit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/atexit.c b/libc/stdlib/atexit.c index 99f59e293..75972b57d 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/atexit.c @@ -158,7 +158,7 @@ int on_exit(oefuncp func, void *arg)  #ifdef L___cxa_atexit  libc_hidden_proto(__cxa_atexit) -extern int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle) +int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle)  {      struct exit_function *efp;  | 
