From patchwork Thu Oct 27 14:58:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 16863 X-Patchwork-Delegate: carlos@redhat.com Received: (qmail 3442 invoked by alias); 27 Oct 2016 14:58:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 3433 invoked by uid 89); 27 Oct 2016 14:58:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=psr, sk:do_set_, npc X-HELO: shards.monkeyblade.net Date: Thu, 27 Oct 2016 10:58:37 -0400 (EDT) Message-Id: <20161027.105837.980349745919307699.davem@davemloft.net> To: libc-alpha@sourceware.org Subject: [PATCH] Fix a sparc header conformtest failure. From: David Miller Mime-Version: 1.0 * 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 + + * 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 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 + struct sunos_regs { unsigned int psr, pc, npc, y;