aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <dchisnall@pathscale.com>2014-05-09 01:35:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-09 01:35:31 +0000
commit35e16ceddc41254fa71c7e9ebca0d11e14dd7994 (patch)
tree53b804c4f7e1cb42378622ff7f77538f90b4d132
parent3f2e6c5856c7df14c123896da2794af972fba597 (diff)
parentc4b68a5c1836b9027fe8784fec25b7a2e6e6aa60 (diff)
downloadlibcxxrt-35e16ceddc41254fa71c7e9ebca0d11e14dd7994.tar.gz
am c4b68a5c: Merge branch \'master\' of github.com:pathscale/libcxxrt
* commit 'c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60': TBricks thank you added
-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>