summaryrefslogtreecommitdiff
path: root/src/cxa_atexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxa_atexit.c')
-rw-r--r--src/cxa_atexit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cxa_atexit.c b/src/cxa_atexit.c
index 861267e..4249f23 100644
--- a/src/cxa_atexit.c
+++ b/src/cxa_atexit.c
@@ -1,6 +1,5 @@
/**
* Copyright (c) 2012 David Chisnall.
- * This work was funded by TBricks.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,6 +20,8 @@
* IN THE SOFTWARE.
*
*/
+
+
#ifdef __sun__
#include <pthread.h>
#include <stdlib.h>