Formerly unix/bsd/m68k/sysdep.S.~6~

This commit is contained in:
Roland McGrath 1994-02-14 15:36:49 +00:00
parent 1491337a35
commit 8e8d49c898

View file

@ -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