1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

alpha: fix sa_flags type (BZ 16967)

This commit is contained in:
Richard Henderson
2014-05-20 07:15:46 -07:00
parent 4c0a1e6392
commit de9d8f2098
3 changed files with 6 additions and 2 deletions

View File

@ -43,7 +43,7 @@ struct sigaction
__sigset_t sa_mask;
/* Special flags. */
unsigned int sa_flags;
int sa_flags;
};
/* Bits in `sa_flags'. */