From: David S. Miller Date: Thu, 27 Oct 2016 14:57:49 +0000 (-0700) Subject: Fix a sparc header conformtest failure. X-Git-Tag: glibc-2.25~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61668b22f5d0efac44bbedad0e738faa6f0820ff;p=thirdparty%2Fglibc.git Fix a sparc header conformtest failure. * sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h --- diff --git a/ChangeLog b/ChangeLog index eda5b9c789e..8b7b3e43cc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-10-27 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h + 2016-10-27 Siddhesh Poyarekar * malloc/malloc.c (do_set_mallopt_check): New function. diff --git a/sysdeps/unix/sysv/linux/sparc/sys/user.h b/sysdeps/unix/sysv/linux/sparc/sys/user.h index fddf87227b8..ec20bf7ad21 100644 --- a/sysdeps/unix/sysv/linux/sparc/sys/user.h +++ b/sysdeps/unix/sysv/linux/sparc/sys/user.h @@ -18,6 +18,8 @@ #ifndef _SYS_USER_H #define _SYS_USER_H 1 +#include + struct sunos_regs { unsigned int psr, pc, npc, y;