1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

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