mirror of git://sourceware.org/git/glibc.git
Define __clockid_t and __timer_t.
This commit is contained in:
parent
b75905aee7
commit
d84fcdf42a
|
@ -87,6 +87,12 @@ typedef long int __swblk_t; /* Type of a swap block maybe? */
|
||||||
|
|
||||||
typedef int __clock_t;
|
typedef int __clock_t;
|
||||||
|
|
||||||
|
/* Clock ID used in clock and timer functions. */
|
||||||
|
typedef int __clockid_t;
|
||||||
|
|
||||||
|
/* Timer ID returned by `timer_create'. */
|
||||||
|
typedef int __timer_t;
|
||||||
|
|
||||||
/* One element in the file descriptor mask array. */
|
/* One element in the file descriptor mask array. */
|
||||||
typedef unsigned long int __fd_mask;
|
typedef unsigned long int __fd_mask;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue