aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgcc/config/gcn/gthr-gcn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/gcn/gthr-gcn.h b/libgcc/config/gcn/gthr-gcn.h
index a0bfde2..d81b27d 100644
--- a/libgcc/config/gcn/gthr-gcn.h
+++ b/libgcc/config/gcn/gthr-gcn.h
@@ -87,7 +87,7 @@ __gthread_key_delete (__gthread_key_t __key __attribute__ ((__unused__)))
static inline void *
__gthread_getspecific (__gthread_key_t __key __attribute__((unused)))
{
- return NULL;
+ return 0;
}
static inline int