source:
CIVL/include/impls/sys-time.cvl@
1aaefd4
| Last change on this file since 1aaefd4 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Rev | Line | |
|---|---|---|
| [bf584ca] | 1 | #ifndef __CIVL_SYSTIME__ |
| [afa100f] | 2 | #define __CIVL_SYSTIME__ |
| 3 | ||
| 4 | #include <sys/time.h> | |
| 5 | ||
| 6 | struct timezone{ | |
| 7 | int blank; | |
| 8 | }; | |
| 9 | ||
| 10 | ||
| 11 | ||
| 12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
