Alex Smith 195a0f350e Changed argument type of fcntl syscall from uint32 to size_t.
Since this argument may be used to pass pointers, uint32 is not
correct for 64-bit. Effectively no change on 32-bit targets, both
size_t and uint32 are unsigned long there.
2012-07-21 14:33:27 +01:00
..
2012-07-02 09:39:42 +01:00
2012-07-09 11:11:38 +01:00
2012-07-06 14:34:50 +01:00