Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / platform / nonwin.c
1 /* ------------------------------------------------- */
2 /* Posix */
3 /* ------------------------------------------------- */
4
5 __attribute__ ((noreturn))
6 void Posix_IO_setbin (__attribute__ ((unused)) C_Fd_t fd) {
7 die("Posix_IO_setbin not implemented");
8 }
9
10 __attribute__ ((noreturn))
11 void Posix_IO_settext (__attribute__ ((unused)) C_Fd_t fd) {
12 die("Posix_IO_settext not implemented");
13 }