mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
Formerly unix/bsd/m68k/sysdep.S.~6~
This commit is contained in:
parent
1491337a35
commit
8e8d49c898
@ -34,7 +34,7 @@ store: move.l d0, _errno
|
||||
moveq.l #-1, d0
|
||||
#else
|
||||
#if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
|
||||
cmpl d0, #EWOULDBLOCK_sys
|
||||
cmpl #EWOULDBLOCK_sys, d0
|
||||
bne 0f
|
||||
moveq #EAGAIN, d0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user