From d3996c790576b960e6431992e7018bdfb44411cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Jun 2014 12:23:56 -0700 Subject: S390: Define TLS_DEFINE_INIT_TP --- nptl/sysdeps/s390/tls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/s390/tls.h b/nptl/sysdeps/s390/tls.h index bb7c339096..1c74efa847 100644 --- a/nptl/sysdeps/s390/tls.h +++ b/nptl/sysdeps/s390/tls.h @@ -133,6 +133,9 @@ typedef struct NULL; \ }) +/* Value passed to 'clone' for initialization of the thread register. */ +# define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + /* Return the address of the dtv for the current thread. */ # define THREAD_DTV() \ (((tcbhead_t *) __builtin_thread_pointer ())->dtv) -- cgit v1.2.3