summaryrefslogtreecommitdiff
path: root/libthreads/alpha
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-20 12:56:29 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-20 12:56:29 +0200
commit127352671f6dca8572a8d310b162ccff32463ec5 (patch)
treec9ac850d55e28344d98f551fadadf8d19ff84a49 /libthreads/alpha
parent04db20c2fb450fc27300991eb029888487b580a0 (diff)
parente24c161e9d16483a1d97402557f7756e26afb6cf (diff)
Merge branch 'tls/libthreads'
Conflicts: libthreads/ChangeLog
Diffstat (limited to 'libthreads/alpha')
-rw-r--r--libthreads/alpha/thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libthreads/alpha/thread.c b/libthreads/alpha/thread.c
index 2bf5ff64..db2cb0c8 100644
--- a/libthreads/alpha/thread.c
+++ b/libthreads/alpha/thread.c
@@ -65,10 +65,12 @@ extern bzero();
* so that it will invoke routine(child)
* when it is resumed.
*/
+#warning TLS support not implemented
void
cproc_setup(
register cproc_t child,
thread_t thread,
+ tcbhead_t *tcb,
void (*routine)(cproc_t))
{
register integer_t *top;