[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Freemint: Error in syscalls.master
Hi,
Perhaps I didn't understand the purpose of the file "syscalls.master"
correctly, but IMO there is an error in:
Srealloc(void) should be Srealloc(long size)
Sslbopen(void) should be Slbopen(...) in all its beauty :-)
Sslbclose(void) should be Slbclose(...) in all its beauty :-)
Dcreate(const char *path, short attrib) should be Dcreate(const
char *path)
Shalt(long restart) should be Shutdown(long restart)
Semulation(...) should be Pemulation(...)
Hmm.... there are some more "name conflicts" like
Ssuper() <=> Super()
Ffsync() <=> Fsync()
Ffcntl() <=> Fcntl()
Are these really errors or did I misunderstand the use of
"syscalls.master"?
Regards
Philipp
--
CS diploma student
EPFL - Lausanne