summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <dchisnall@pathscale.com>2013-01-14 08:54:42 +0000
committerDavid Chisnall <dchisnall@pathscale.com>2013-01-14 08:54:42 +0000
commitc4b68a5c1836b9027fe8784fec25b7a2e6e6aa60 (patch)
tree53b804c4f7e1cb42378622ff7f77538f90b4d132
parent0a3f5337746f9457d004f5af395847e3a04acd31 (diff)
parentd4ae673e39916fc62cf44de06c7c77181ded4177 (diff)
downloadlibcxxrt-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60.tar.gz
libcxxrt-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60.tar.bz2
libcxxrt-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60.tar.xz
Merge branch 'master' of github.com:pathscale/libcxxrt
-rw-r--r--src/cxa_atexit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxa_atexit.c b/src/cxa_atexit.c
index 4249f23..533a9d4 100644
--- a/src/cxa_atexit.c
+++ b/src/cxa_atexit.c
@@ -21,6 +21,7 @@
*
*/
+/* Special thanks to TBricks for partially funding this work */
#ifdef __sun__
#include <pthread.h>