[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux kernel header.
This commit is contained in:
parent
d90b8fa3a2
commit
3a4ef5252b
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2007 Free Software Foundation, Inc.
|
/* Copyright (C) 2007, 2008 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -38,7 +38,7 @@ struct signalfd_siginfo
|
|||||||
uint32_t ssi_trapno;
|
uint32_t ssi_trapno;
|
||||||
int32_t ssi_status;
|
int32_t ssi_status;
|
||||||
int32_t ssi_int;
|
int32_t ssi_int;
|
||||||
uintptr_t ssi_ptr;
|
uint64_t ssi_ptr;
|
||||||
uint64_t ssi_utime;
|
uint64_t ssi_utime;
|
||||||
uint64_t ssi_stime;
|
uint64_t ssi_stime;
|
||||||
uint64_t ssi_addr;
|
uint64_t ssi_addr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user