Fix a sparc header conformtest failure.

* sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
This commit is contained in:
David S. Miller 2016-10-27 07:57:49 -07:00
parent be7991c070
commit 61668b22f5
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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;