summaryrefslogtreecommitdiff
path: root/ports/sysdeps/am33/memusage.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-10 01:14:00 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-10 01:14:00 +0000
commit3989839bfe26b8c28a99727f0c290cbeeb7aea9e (patch)
treef003da420fc59627c5e994dc298a73ec35341bc4 /ports/sysdeps/am33/memusage.h
parent06d9d5232ea8ec9fc7e55acdbdd9a87f09d06755 (diff)
downloadeglibc2-3989839bfe26b8c28a99727f0c290cbeeb7aea9e.tar.gz
Merge changes between r17501 and r17530 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17531 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'ports/sysdeps/am33/memusage.h')
-rw-r--r--ports/sysdeps/am33/memusage.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/sysdeps/am33/memusage.h b/ports/sysdeps/am33/memusage.h
index 9913e781e..19d7a732c 100644
--- a/ports/sysdeps/am33/memusage.h
+++ b/ports/sysdeps/am33/memusage.h
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library. If not, see
+ <http://www.gnu.org/licenses/>. */
#define GETSP() ({ uintptr_t stack_ptr; \
asm ("mov sp,%0" : "=a" (stack_ptr)); \