Fix 683e3b31e8b72cce

Found when backporting. JHI's reply:

Oops.

It should be define:define:define.

I was trying to stop the test that uses alarm() not to compiled in a
system where alarm() does not exist.
This commit is contained in:
H.Merijn Brand 2015-10-10 15:27:09 +02:00
parent ce4c7d9bd9
commit a1da3d4009

View File

@ -13311,7 +13311,7 @@ echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
case "$eagain" in
'')
case "$d_fork:$d_pipe:$d_alarm" in
define:define)
define:define:define)
$cat head.c > try.c
$cat >>try.c <<EOCP
#include <errno.h>