[project @ 2004-09-01 09:47:31 by simonmar]
authorsimonmar <unknown>
Wed, 1 Sep 2004 09:47:31 +0000 (09:47 +0000)
committersimonmar <unknown>
Wed, 1 Sep 2004 09:47:31 +0000 (09:47 +0000)
commit6264d2e15692cfc6dfcd1a437e38ab6004acf0bc
tree1d27d6add3eedaff7739a7c13d7656aa7eccfe16
parentdd98821bb79a1e4d266a4660b9282f1f3d4401e3
[project @ 2004-09-01 09:47:31 by simonmar]
Win32 rawSystem: set errno to EINVAL on error.  This is a gross hack,
but is slightly better than the existing situation (errno not set at
all, caller tries to report errno and draws a blank).

Microsoft's C runtime has a conversion function from Win32 error codes
into errno error codes, but it isn't part of the external interface.
grrrrr.

Strictly speaking, we should have support for Win32 error codes in the
base package.
cbits/rawSystem.c