]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add _SNSECONDS_T_TYPE for linux-generic
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 11 May 2012 18:03:30 +0000 (14:03 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 11 May 2012 23:55:20 +0000 (19:55 -0400)
ChangeLog.linux-generic
sysdeps/unix/sysv/linux/generic/bits/typesizes.h

index 73b03847d9b5ab5687d85172596cbdb9bb1b0ac7..5892ad7e0fb214b84944bf3e0f2d6e686281c529 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-12  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/generic/bits/typesizes.h
+       (__SNSECONDS_T_TYPE): New macro.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        [BZ #13673]
index cd166fcae8e675f9a075432f1226cad1d8c3e1dd..b6541bbe27efeea7e795614c4b91a55d246fbf7c 100644 (file)
@@ -1,5 +1,5 @@
 /* bits/typesizes.h -- underlying types for *_t.  For the generic Linux ABI.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
 
@@ -58,6 +58,7 @@
 #define __BLKSIZE_T_TYPE       __S32_TYPE
 #define __FSID_T_TYPE          struct { int __val[2]; }
 #define __SSIZE_T_TYPE         __SWORD_TYPE
+#define __SNSECONDS_T_TYPE     __SLONGWORD_TYPE
 
 /* Number of descriptors that can fit in an `fd_set'.  */
 #define        __FD_SETSIZE            1024