]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux...
authorAndreas Jaeger <aj@suse.de>
Sat, 12 Jan 2008 16:33:43 +0000 (16:33 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 12 Jan 2008 16:33:43 +0000 (16:33 +0000)
sysdeps/unix/sysv/linux/sys/signalfd.h

index 6649bc1d9c90007aa4f1409c796f55f9179e864d..7a7f53ba323b7908918ab4ac40dd7e673e6c0162 100644 (file)
@@ -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
@@ -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;