[Mono-bugs] [Bug 46960][Nor] New - SetLastError should be updated after PInvoke.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 26 Jul 2003 21:16:49 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46960

--- shadow/46960	Sat Jul 26 21:16:49 2003
+++ shadow/46960.tmp.17456	Sat Jul 26 21:16:49 2003
@@ -0,0 +1,25 @@
+Bug#: 46960
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SetLastError should be updated after PInvoke.
+
+Hello guys,
+
+   If the SetLastError flag is set on a PInvoke call, we should set the
+value retrieved by GetLastError to be errno on Unix.   Currently this is
+only done for io calls.
+
+miguel.