public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix a sparc header conformtest failure.
@ 2016-10-27 14:58 David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2016-10-27 14:58 UTC (permalink / raw)
  To: libc-alpha


	* sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
---
 ChangeLog                                | 4 ++++
 sysdeps/unix/sysv/linux/sparc/sys/user.h | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index eda5b9c..8b7b3e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-27  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
+
 2016-10-27  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* 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 fddf872..ec20bf7 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 <stddef.h>
+
 struct sunos_regs
 {
   unsigned int psr, pc, npc, y;
-- 
2.1.2.532.g19b5d50

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-27 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27 14:58 [PATCH] Fix a sparc header conformtest failure David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).