mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
solaris doesn't have siginterrupt, though it has sigaction; however,
in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...)
This commit is contained in:
@@ -69,3 +69,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* The mem functions are in <string.h>. */
|
||||
#undef MEM_FNS_DECLARED
|
||||
#define MEM_FNS_DECLARED 1
|
||||
|
||||
/* solaris doesn't have siginterrupt, though it has sigaction; however,
|
||||
in this case siginterrupt would just be setting the default. */
|
||||
#define NO_SIGINTERRUPT
|
||||
|
||||
Reference in New Issue
Block a user