From 3849b385c44d8d8a2332c826e18d31cff7327e45 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 01:39:41 +0200 Subject: Fix coding style --- sysdeps/generic/pt-destroy-specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pt-destroy-specific.c') diff --git a/sysdeps/generic/pt-destroy-specific.c b/sysdeps/generic/pt-destroy-specific.c index fd1b427..cb6affe 100644 --- a/sysdeps/generic/pt-destroy-specific.c +++ b/sysdeps/generic/pt-destroy-specific.c @@ -28,7 +28,7 @@ __pthread_destroy_specific (struct __pthread *thread) int seen_one; /* Check if there is any thread specific data. */ - if (!thread->thread_specifics) + if (thread->thread_specifics == NULL) return; __pthread_key_lock_ready (); -- cgit v1.2.3