--- MiNT/src/purec/osbind.h 2018/04/24 17:57:46 1.1.1.2 +++ MiNT/src/purec/osbind.h 2018/04/24 17:59:15 1.1.1.3 @@ -486,6 +486,10 @@ int Frename( int zero, const char *o int Fdatime( short *timeptr, int handle, int wflag ); +int Fcntl( int f, long arg, int cmd ); + + + /****** TOS 030 Gemdos Extension ****************************************/ @@ -574,7 +578,7 @@ void Midiws( int cnt, void *ptr ); void Mfpint( int erno, void (*vector)() ); -IOREC *Iorec( int dev ); +void *Iorec( int dev ); long Rsconf( int baud, int ctr, int ucr, int rsr, int tsr, int scr );