about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2008-01-12 16:33:43 +0000
committerAndreas Jaeger <aj@suse.de>2008-01-12 16:33:43 +0000
commit3a4ef5252b21133b458f07f6776c108e25aaf1f6 (patch)
tree6ae85c37c8d059e5b4cb5bc191a987c0d641ddce
parentd90b8fa3a227af5202801d66b1fb2f6783f68d9c (diff)
downloadglibc-3a4ef5252b21133b458f07f6776c108e25aaf1f6.tar.gz
glibc-3a4ef5252b21133b458f07f6776c108e25aaf1f6.tar.xz
glibc-3a4ef5252b21133b458f07f6776c108e25aaf1f6.zip
[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux kernel header.
-rw-r--r--sysdeps/unix/sysv/linux/sys/signalfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/signalfd.h b/sysdeps/unix/sysv/linux/sys/signalfd.h
index 6649bc1d9c..7a7f53ba32 100644
--- a/sysdeps/unix/sysv/linux/sys/signalfd.h
+++ b/sysdeps/unix/sysv/linux/sys/signalfd.h
@@ -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;