Mercurial > ecos-v3_0-branch
diff 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 |
line wrap: on
line diff
--- a/packages/language/c/libc/time/current/src/gmtime_r.cxx +++ b/packages/language/c/libc/time/current/src/gmtime_r.cxx @@ -46,8 +46,6 @@ #include <pkgconf/libc_time.h> // C library configuration -#ifdef CYGFUN_LIBC_TIME_POSIX - // The following lines allow gmtime_r() to be included non-inline which // actually defines it as a function here #define CYGPRI_LIBC_TIME_GMTIME_R_INLINE @@ -57,6 +55,4 @@ #include <time.h> // Main date and time definitions -#endif // ifdef CYGFUN_LIBC_TIME_POSIX - // EOF gmtime_r.cxx
