[MLton-devel] Fwd: Mark Tuttle

Henry Cejtin henry@sourcelight.com
Fri, 2 May 2003 13:43:10 -0500


The Linux kernel will reject any call to lseek which would cause it to return
a value greater than or equal to 2^32 - 1, and will, of course, reject any
args out of range (well, you can't specify tyem).  We need a type bigger than
32 bits and to also use the other system call that takes and returns 64 bit
values.  We could just use IntInf.int's for now.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel