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:
@ -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;
|
||||
|
Reference in New Issue
Block a user