Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004919OCamlOCaml generalpublic2009-11-13 20:492011-12-13 19:24
Reportergoswin 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version3.11.0 
Target VersionFixed in Version 
Summary0004919: Missing code_of_unix_error() in C interface of Unix module
DescriptionThe C interface to the Unix module provides a unix_error_of_code() to convert C errno numbers into OCaml Unix.error. It does not provide the reverse function though. In libfuse I have callbacks that can return a C errno number. The libfuse OCaml bindings then need a way to convert a Unix.error into a C errno number before returning it to libfuse. The attached patch adds the missing code_of_unix_error() function for this.
 
TagsNo tags attached.
Attached Files? file icon patch [^] (764 bytes) 2009-11-13 20:49 [Show Content]

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2009-11-13 20:49 goswin New Issue
2009-11-13 20:49 goswin File Added: patch
2009-12-08 17:31 doligez Status new => acknowledged


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker