]> sourceware.org Git - glibc.git/commitdiff
(__TIMER_T_TYPE): Define as void*.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Mar 2003 22:00:07 +0000 (22:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Mar 2003 22:00:07 +0000 (22:00 +0000)
sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
sysdeps/unix/sysv/linux/sparc/bits/typesizes.h

index 235acf8a2fff809c2e11661af4ccd72301e833d7..2fb0388ffdc3e092794246bc37373fb2c82b133d 100644 (file)
@@ -1,5 +1,5 @@
 /* bits/typesizes.h -- underlying types for *_t.  Linux/Alpha version.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 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
@@ -54,7 +54,7 @@
 #define __SWBLK_T_TYPE         __SLONGWORD_TYPE
 #define __KEY_T_TYPE           __S32_TYPE
 #define __CLOCKID_T_TYPE       __S32_TYPE
-#define __TIMER_T_TYPE         __S32_TYPE
+#define __TIMER_T_TYPE         void *
 #define __BLKSIZE_T_TYPE       __U32_TYPE
 #define __FSID_T_TYPE          struct { int __val[2]; }
 
index 71b88986eed178d499064338f430f4eb28020090..c8026fb4cfe7eded26aefcf0475a1bdf1b781f29 100644 (file)
@@ -1,5 +1,5 @@
 /* bits/typesizes.h -- underlying types for *_t.  Linux/SPARC version.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 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
@@ -54,7 +54,7 @@
 #define __SWBLK_T_TYPE         __SLONGWORD_TYPE
 #define __KEY_T_TYPE           __S32_TYPE
 #define __CLOCKID_T_TYPE       __S32_TYPE
-#define __TIMER_T_TYPE         __S32_TYPE
+#define __TIMER_T_TYPE         void *
 #define __BLKSIZE_T_TYPE       __SLONGWORD_TYPE
 #define __FSID_T_TYPE          struct { int __val[2]; }
 
This page took 0.05623 seconds and 5 git commands to generate.