This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Fix a sparc header conformtest failure.
- From: David Miller <davem at davemloft dot net>
- To: libc-alpha at sourceware dot org
- Date: Thu, 27 Oct 2016 10:58:37 -0400 (EDT)
- Subject: [PATCH] Fix a sparc header conformtest failure.
- Authentication-results: sourceware.org; auth=none
* 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