- Notifications
You must be signed in to change notification settings - Fork5
Commit6d257e7
committed
Fix zic for Windows.
The new coding of dolink() is dependent on link() returning an on-pointerrno when it fails; but the quick-hack implementation of link() thatwe'd put in for Windows didn't bother with setting errno. Fix that.Analysis and patch by Christian Ullrich.1 parent656ee84 commit6d257e7
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3485 | 3485 |
| |
3486 | 3486 |
| |
3487 | 3487 |
| |
| 3488 | + | |
| 3489 | + | |
3488 | 3490 |
| |
| 3491 | + | |
3489 | 3492 |
| |
3490 | 3493 |
| |
3491 | 3494 |
|
0 commit comments
Comments
(0)