useconds_t and suseconds_t are now long long ints.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14887 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-11-13 13:05:26 +00:00
parent d320dfaf9f
commit 71c6382f33

View File

@ -11,8 +11,8 @@
typedef long clock_t;
typedef long time_t;
typedef long suseconds_t;
typedef long useconds_t;
typedef long long suseconds_t;
typedef unsigned long long useconds_t;
#define CLOCKS_PER_SEC 1000
#define CLK_TCK CLOCKS_PER_SEC