diff options
author | mike <mike@FreeBSD.org> | 2002-09-02 22:40:12 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-09-02 22:40:12 +0000 |
commit | d13db8471cf6ad561f341b1446b19a4466740e02 (patch) | |
tree | 4d2b31ad54d9d51daf6943e4823a55ec996973fc /sys/ia64 | |
parent | 62f75e87a487b86c51a8b2ad6a92a74221098916 (diff) | |
download | FreeBSD-src-d13db8471cf6ad561f341b1446b19a4466740e02.zip FreeBSD-src-d13db8471cf6ad561f341b1446b19a4466740e02.tar.gz |
Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other
platforms. This introduces some binary incompatibilities for
dynamically linked programs which make use of clock(3) and times(3).
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/include/ansi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/ansi.h b/sys/ia64/include/ansi.h index 11dbf03..aaf1fd4 100644 --- a/sys/ia64/include/ansi.h +++ b/sys/ia64/include/ansi.h @@ -48,7 +48,7 @@ * to hold the required 24 hours worth of ticks if the frequency is * 1000000ul, and ``unsigned long long'' would be nonstandard). */ -#define _BSD_CLK_TCK_ 100 -#define _BSD_CLOCKS_PER_SEC_ 100 +#define _BSD_CLK_TCK_ 128 +#define _BSD_CLOCKS_PER_SEC_ 128 #endif /* !_MACHINE_ANSI_H_ */ |