Skip to content

Commit

Permalink
[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to …
Browse files Browse the repository at this point in the history
…sync with Linux kernel header.
  • Loading branch information
Andreas Jaeger committed Jan 12, 2008
1 parent d90b8fa commit 3a4ef52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysdeps/unix/sysv/linux/sys/signalfd.h
Original file line number Diff line number Diff line change
@@ -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.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -38,7 +38,7 @@ struct signalfd_siginfo
uint32_t ssi_trapno;
int32_t ssi_status;
int32_t ssi_int;
uintptr_t ssi_ptr;
uint64_t ssi_ptr;
uint64_t ssi_utime;
uint64_t ssi_stime;
uint64_t ssi_addr;
Expand Down

0 comments on commit 3a4ef52

Please sign in to comment.