aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC <asura@psc11.(none)>2014-05-09 01:35:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-09 01:35:30 +0000
commit1c1fc441f518ab4b836ee966d909a3c73152f7cf (patch)
tree0ef5aa6fa4bff8b289ed266a2dbfb532067bda78
parent0075026fc44b58ea25752a2daf4a5ac6e4a8f766 (diff)
parent9a7ad5f7c8de3f1d1eb0e33f89668f94e5d3a7f6 (diff)
downloadlibcxxrt-1c1fc441f518ab4b836ee966d909a3c73152f7cf.tar.gz
am 9a7ad5f7: Removed non-copyright related text and added spacing after license notice
* commit '9a7ad5f7c8de3f1d1eb0e33f89668f94e5d3a7f6': Removed non-copyright related text and added spacing after license notice
-rw-r--r--src/cxa_atexit.c3
-rw-r--r--src/cxa_finalize.c3
2 files changed, 4 insertions, 2 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>
diff --git a/src/cxa_finalize.c b/src/cxa_finalize.c
index 42f9943..c02d70d 100644
--- a/src/cxa_finalize.c
+++ b/src/cxa_finalize.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.
*
*/
+
+
void __cxa_finalize(void *d );
extern void __dso_handle;