Mercurial > ecos-v3_0-branch
comparison packages/language/c/libc/time/current/src/gmtime_r.cxx @ 132:0ae0bc38e387 ecos-sw-2000-10-31
Merge from eCos master repository on 2000-10-31-00:30:36-GMT
| author | jlarmour |
|---|---|
| date | Tue, 31 Oct 2000 20:53:09 +0000 |
| parents | 6ed91473a1cd |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 131:8461114e4f19 | 132:0ae0bc38e387 |
|---|---|
| 44 | 44 |
| 45 // CONFIGURATION | 45 // CONFIGURATION |
| 46 | 46 |
| 47 #include <pkgconf/libc_time.h> // C library configuration | 47 #include <pkgconf/libc_time.h> // C library configuration |
| 48 | 48 |
| 49 #ifdef CYGFUN_LIBC_TIME_POSIX | |
| 50 | |
| 51 // The following lines allow gmtime_r() to be included non-inline which | 49 // The following lines allow gmtime_r() to be included non-inline which |
| 52 // actually defines it as a function here | 50 // actually defines it as a function here |
| 53 #define CYGPRI_LIBC_TIME_GMTIME_R_INLINE | 51 #define CYGPRI_LIBC_TIME_GMTIME_R_INLINE |
| 54 #ifndef CYGIMP_LIBC_TIME_GMTIME_R_INLINE | 52 #ifndef CYGIMP_LIBC_TIME_GMTIME_R_INLINE |
| 55 # define CYGIMP_LIBC_TIME_GMTIME_R_INLINE | 53 # define CYGIMP_LIBC_TIME_GMTIME_R_INLINE |
| 56 #endif | 54 #endif |
| 57 | 55 |
| 58 #include <time.h> // Main date and time definitions | 56 #include <time.h> // Main date and time definitions |
| 59 | 57 |
| 60 #endif // ifdef CYGFUN_LIBC_TIME_POSIX | |
| 61 | |
| 62 // EOF gmtime_r.cxx | 58 // EOF gmtime_r.cxx |
