From 8958a63759c2ae23b47e76efeed1b7fc1f22728c Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 5 Jan 2011 17:22:25 +0100 Subject: nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not defined A missing change in the previous commit. Signed-off-by: Carmelo Amoroso --- libpthread/nptl/allocatestack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/allocatestack.c') diff --git a/libpthread/nptl/allocatestack.c b/libpthread/nptl/allocatestack.c index 9ffa7e7e2..1c549cee1 100644 --- a/libpthread/nptl/allocatestack.c +++ b/libpthread/nptl/allocatestack.c @@ -993,7 +993,7 @@ setxid_signal_thread (struct xid_command *cmdp, struct pthread *t) int val; INTERNAL_SYSCALL_DECL (err); -#if __ASSUME_TGKILL +#if defined (__ASSUME_TGKILL) && __ASSUME_TGKILL val = INTERNAL_SYSCALL (tgkill, err, 3, THREAD_GETMEM (THREAD_SELF, pid), t->tid, SIGSETXID); #else -- cgit v1.2.3