M2-Planet/test/common_armv7l/functions
deesix 205c383c5f lib: fflush stub
Paraphrasing OriansJ's IRC message while working on kaem:

GCC needs fflush(stdout) to get matching behavior, as M2-Planet doesn't
buffer. I guess we will need to make a fflush function (it'll do nothing
but return 0).
2020-03-01 18:55:32 +01:00
..
access.c Adding first draft versions of chdir and access to M2-Planet (needs testing) 2020-01-18 08:57:32 -05:00
chdir.c Adding first draft versions of chdir and access to M2-Planet (needs testing) 2020-01-18 08:57:32 -05:00
execve.c 17/24 working tests for armv7l 2019-03-30 09:25:52 -04:00
exit.c 5/24 working tests for ARMv7l 2019-03-16 20:03:56 -04:00
file.c lib: fflush stub 2020-03-01 18:55:32 +01:00
fork.c 17/24 working tests for armv7l 2019-03-30 09:25:52 -04:00
getchar.c 17/24 working tests for armv7l 2019-03-30 09:25:52 -04:00
getcwd.c Fixed getcwd to better match 2020-01-28 04:24:29 -05:00
malloc.c 6/24 working tests for ARMv7l 2019-03-16 23:27:52 -04:00
putchar.c 5/24 working tests for ARMv7l 2019-03-16 20:03:56 -04:00
stat.c 17/24 working tests for armv7l 2019-03-30 09:25:52 -04:00
uname.c 17/24 working tests for armv7l 2019-03-30 09:25:52 -04:00