source: Sophya/trunk/SophyaLib/UnixMac/include/sys/time.h@ 3718

Last change on this file since 3718 was 964, checked in by ansari, 25 years ago

Vire la definition de struct timezone definie par ailleur.

Domnique

File size: 181 bytes
RevLine 
[683]1#include "utime.mac.h"
2
[964]3/* Double defined on mac! D. Y.
[683]4struct timezone {
5 int tz_minuteswest;
6 int tz_dsttime;
7};
8
[964]9*/
[683]10int gettimeofday(struct timeval *tp, struct timezone *tzp);
Note: See TracBrowser for help on using the repository browser.