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:
@ -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>
|
2016-10-27 Siddhesh Poyarekar <siddhesh@sourceware.org>
|
||||||
|
|
||||||
* malloc/malloc.c (do_set_mallopt_check): New function.
|
* malloc/malloc.c (do_set_mallopt_check): New function.
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
#ifndef _SYS_USER_H
|
#ifndef _SYS_USER_H
|
||||||
#define _SYS_USER_H 1
|
#define _SYS_USER_H 1
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
struct sunos_regs
|
struct sunos_regs
|
||||||
{
|
{
|
||||||
unsigned int psr, pc, npc, y;
|
unsigned int psr, pc, npc, y;
|
||||||
|
Reference in New Issue
Block a user