summaryrefslogtreecommitdiffstats
path: root/libc/private
diff options
context:
space:
mode:
authorQualcomm Innovation Center <initial-contribution@quicinc.com>2009-05-02 16:11:12 -0700
committerQualcomm Innovation Center <initial-contribution@quicinc.com>2009-05-02 16:11:12 -0700
commit1980fe36aab22b02025bce4a67e98838b20438ad (patch)
tree39fc7b02c7f170ac65b5d9c0425f15eabf390dd6 /libc/private
parent88f8a4ab8534cb21280f8aa0bf557f81ba4e31fa (diff)
downloadbionic-1980fe36aab22b02025bce4a67e98838b20438ad.zip
bionic-1980fe36aab22b02025bce4a67e98838b20438ad.tar.gz
bionic-1980fe36aab22b02025bce4a67e98838b20438ad.tar.bz2
Initial Contribution
Diffstat (limited to 'libc/private')
-rw-r--r--libc/private/bionic_tls.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/private/bionic_tls.h b/libc/private/bionic_tls.h
index da34344..90ed244 100644
--- a/libc/private/bionic_tls.h
+++ b/libc/private/bionic_tls.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 The Android Open Source Project
+ * Copyright (c) 2009, Code Aurora Forum. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -80,11 +81,7 @@ extern void __init_tls(void** tls, void* thread_info);
extern int __set_tls(void *ptr);
/* get the TLS */
-#ifdef __arm__
-# define __get_tls() ( *((volatile void **) 0xffff0ff0) )
-#else
extern void* __get_tls( void );
-#endif
/* return the stack base and size, used by our malloc debugger */
extern void* __get_stack_base(int *p_stack_size);