[TODO] Support for __int64_t types in FFI
Reported by crafterm | October 20th, 2007 @ 05:07 AM | in 1.0
Hi All,
Hope all is going well.
While implementing File.truncate I noticed problems with the parameter passed to the underlying system call which is of type off_t. On my mac this is a __int64_t which i presume is a long long?
Chatted to Evan about this in Berlin - adding this ticket as a reminder/placeholder so we don't forget to implement it.
Cheers,
Marcus
Comments and changes to this ticket
-
Evan Phoenix October 29th, 2007 @ 11:38 AM
- → Milestone changed from 1.0 preview to 1.0
- → State changed from new to open
-
Tilman Sauerbeck December 16th, 2007 @ 03:43 PM
- → Assigned user changed from to Tilman Sauerbeck
-
Eero Saynatkari January 20th, 2008 @ 01:45 PM
- → Title changed from Support for __int64_t types in FFI to [TODO] Support for __int64_t types in FFI
- → Assigned user cleared.
Is this still an existing issue?
-
Dirkjan Bussink February 13th, 2008 @ 03:20 AM
- → State changed from open to resolved
The new FFI TypesGenerator resolves this issue. It is now possible to directly use :off_t, :dev_t or whatever POSIX type in FFI.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
