mirror of git://sourceware.org/git/glibc.git
Add _SNSECONDS_T_TYPE for linux-generic
This commit is contained in:
parent
8173ecfb05
commit
ec0001e175
|
@ -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>
|
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
[BZ #13673]
|
[BZ #13673]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* bits/typesizes.h -- underlying types for *_t. For the generic Linux ABI.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
|
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@
|
||||||
#define __BLKSIZE_T_TYPE __S32_TYPE
|
#define __BLKSIZE_T_TYPE __S32_TYPE
|
||||||
#define __FSID_T_TYPE struct { int __val[2]; }
|
#define __FSID_T_TYPE struct { int __val[2]; }
|
||||||
#define __SSIZE_T_TYPE __SWORD_TYPE
|
#define __SSIZE_T_TYPE __SWORD_TYPE
|
||||||
|
#define __SNSECONDS_T_TYPE __SLONGWORD_TYPE
|
||||||
|
|
||||||
/* Number of descriptors that can fit in an `fd_set'. */
|
/* Number of descriptors that can fit in an `fd_set'. */
|
||||||
#define __FD_SETSIZE 1024
|
#define __FD_SETSIZE 1024
|
||||||
|
|
Loading…
Reference in New Issue