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).
This commit is contained in:
parent
49c2ff159f
commit
f2893bd9ef
@ -48,7 +48,7 @@
|
|||||||
* to hold the required 24 hours worth of ticks if the frequency is
|
* to hold the required 24 hours worth of ticks if the frequency is
|
||||||
* 1000000ul, and ``unsigned long long'' would be nonstandard).
|
* 1000000ul, and ``unsigned long long'' would be nonstandard).
|
||||||
*/
|
*/
|
||||||
#define _BSD_CLK_TCK_ 100
|
#define _BSD_CLK_TCK_ 128
|
||||||
#define _BSD_CLOCKS_PER_SEC_ 100
|
#define _BSD_CLOCKS_PER_SEC_ 128
|
||||||
|
|
||||||
#endif /* !_MACHINE_ANSI_H_ */
|
#endif /* !_MACHINE_ANSI_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user