From 37caec3a11eb329f333bc70cf772cb9a9734325a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 7 Dec 2018 12:47:30 -0800 Subject: Don't use __typeof__ (getcpu) We can't use "__typeof__ (getcpu)" since getcpu is Linux specific and Hurd doesn't have it. Tested with build-many-glibcs.py. * include/sched.h (__getcpu): Don't use __typeof__ (getcpu). --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6ad912b11..2a5fad3372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-12-07 H.J. Lu + + * include/sched.h (__getcpu): Don't use __typeof__ (getcpu). + 2018-12-07 Gabriel F. T. Gomes * libio/libioP.h (SCANF_LDBL_USES_FLOAT128): New macro to be -- cgit v1.2.3