merge from gcc

This commit is contained in:
DJ Delorie
2003-04-15 03:53:53 +00:00
parent eec539c779
commit 7ec2fc6f76
13 changed files with 35 additions and 20 deletions

View File

@@ -25,8 +25,8 @@ extern void abort PARAMS ((void)) ATTRIBUTE_NORETURN;
#ifdef SIG_SETMASK
int
DEFUN(sigsetmask,(set),
int set)
sigsetmask (set)
int set;
{
sigset_t new;
sigset_t old;