From 774f928582fcfefb726f115772c001043aefa01c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 13 May 2014 16:40:41 +0200 Subject: Remove second argument from TLS_INIT_TP macro --- nptl/sysdeps/s390/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps/s390') diff --git a/nptl/sysdeps/s390/tls.h b/nptl/sysdeps/s390/tls.h index 2019882f2c..bb7c339096 100644 --- a/nptl/sysdeps/s390/tls.h +++ b/nptl/sysdeps/s390/tls.h @@ -119,7 +119,7 @@ typedef struct /* Code to initially initialize the thread pointer. This might need special attention since 'errno' is not yet available and if the operation can cause a failure 'errno' must not be touched. */ -# define TLS_INIT_TP(thrdescr, secondcall) \ +# define TLS_INIT_TP(thrdescr) \ ({ void *_thrdescr = (thrdescr); \ tcbhead_t *_head = _thrdescr; \ \ -- cgit v1.2.3-70-g09d2