Raymond Toy pushed to branch issue-444-b-stat-with-64-bit-time at cmucl / cmucl
Commits:
- 
94d7c0ec
by Raymond Toy at 2025-10-12T15:04:09-07:00
 
1 changed file:
Changes:
| ... | ... | @@ -7,7 +7,7 @@ | 
| 7 | 7 | |
| 8 | 8 |  #ifdef __linux__
 | 
| 9 | 9 |  /* Want 64-bit time_t values for stat and friends */
 | 
| 10 | -#define _TIME_BITS=64
 | 
|
| 10 | +#define _TIME_BITS	64
 | 
|
| 11 | 11 |  #endif
 | 
| 12 | 12 | |
| 13 | 13 |  #include <assert.h>
 |