summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-02 22:40:56 +0000
committermike <mike@FreeBSD.org>2002-09-02 22:40:56 +0000
commit2fe13c1c207b2f1063622b4a976dcc3d362fb414 (patch)
tree738fabd42480f45c346fb42e518b7c70ded28ce4 /sys/sparc64/include
parenta62f952615101561de134eaa7d3540c250dd2389 (diff)
downloadFreeBSD-src-2fe13c1c207b2f1063622b4a976dcc3d362fb414.zip
FreeBSD-src-2fe13c1c207b2f1063622b4a976dcc3d362fb414.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). Approved by: jake
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/ansi.h b/sys/sparc64/include/ansi.h
index 11dbf03..aaf1fd4 100644
--- a/sys/sparc64/include/ansi.h
+++ b/sys/sparc64/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_ */
OpenPOWER on IntegriCloud