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