reactos/sdk/lib/crt/time
Hervé Poussineau c8719ee865 [CRT] Correctly share get_ioinfo()/release_ioinfo() functions between code units
This fixes the following compiler errors:

../sdk/lib/crt/stdio/stat64.c:7:13: error: inline function 'release_ioinfo' declared but never defined [-Werror]
 inline void release_ioinfo(ioinfo *info);
             ^~~~~~~~~~~~~~
../sdk/lib/crt/stdio/stat64.c:6:16: error: inline function 'get_ioinfo' declared but never defined [-Werror]
 inline ioinfo* get_ioinfo(int fd);
                ^~~~~~~~~~
../sdk/lib/crt/stdio/file.c:186:5: error: 'init_ioinfo_cs' is static but used in inline function 'get_ioinfo' which is not static [-Werror]
     init_ioinfo_cs(ret);
     ^~~~~~~~~~~~~~
../sdk/lib/crt/stdio/file.c:183:19: error: 'get_ioinfo_nolock' is static but used in inline function 'get_ioinfo' which is not static [-Werror]
     ioinfo *ret = get_ioinfo_nolock(fd);
2019-04-01 11:38:32 +02:00
..
asctime.c
bitsfixup.h
clock.c
ctime.c
ctime32.c
ctime64.c
difftime.c
difftime32.c
difftime64.c
ftime.c
ftime32.c
ftime64.c
futime.c [CRT] Correctly share get_ioinfo()/release_ioinfo() functions between code units 2019-04-01 11:38:32 +02:00
futime32.c
futime64.c
gmtime.c
localtime.c
localtime32.c
localtime64.c
mktime.c
strdate.c
strftime.c
strtime.c
time.c
time32.c
time64.c
timezone.c
utime.c
utime32.c
utime64.c
wasctime.c
wcsftime.c
wctime.c
wctime32.c
wctime64.c
wstrdate.c
wstrtime.c
wutime.c
wutime32.c
wutime64.c