mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
c8719ee865
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); |
||
---|---|---|
.. | ||
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 | ||
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 |