diff options
Diffstat (limited to 'conform/data/sys/timeb.h-data')
-rw-r--r-- | conform/data/sys/timeb.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/sys/timeb.h-data b/conform/data/sys/timeb.h-data index d012f5d69a..460da6ee8c 100644 --- a/conform/data/sys/timeb.h-data +++ b/conform/data/sys/timeb.h-data @@ -1,3 +1,4 @@ +#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX type {struct timeb} element {struct timeb} time_t time @@ -10,3 +11,4 @@ type time_t function int ftime (struct timeb*) allow *_t +#endif |