* gdb.base/interrupt.c: Do not test if errno == EINTR if it's not

defined.
This commit is contained in:
J.T. Conklin 1994-07-12 20:07:49 +00:00
parent 29a3db493f
commit f3c8d0971b

View file

@ -1,5 +1,8 @@
Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
defined.
* gdb.base/Makefile.in: Added support for systems that name core * gdb.base/Makefile.in: Added support for systems that name core
files by appending "core" to the program name. files by appending "core" to the program name.
* gdb.base/a1-selftest.exp: Likewise. * gdb.base/a1-selftest.exp: Likewise.