do not use SWI path handling code: YAP should not try to control cwd, that's the OS task

This commit is contained in:
Vitor Santos Costa
2015-03-28 19:41:12 +00:00
parent 9709c590bf
commit d6e648a7ff
3 changed files with 41 additions and 22 deletions

View File

@@ -393,6 +393,7 @@ PL_EXPORT(SOCKET) Swinsock(IOSTREAM *s);
#endif
#endif
PL_EXPORT(int) ScheckBOM(IOSTREAM *s);
PL_EXPORT(int) SwriteBOM(IOSTREAM *s);
PL_EXPORT(ssize_t) Sread_user(void *handle, char *buf, size_t size);