diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-12 22:42:48 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-12 22:42:48 +0000 |
commit | ea20b60a965e098534c099562b6609d1599131de (patch) | |
tree | d3ebc567eacc97485cfc9c143ab4a3cb33a9953a /newlib/libc/sys/linux/include/mqueue.h | |
parent | e82f98d05087011d8fb96eee68bb63fa2a7fa35b (diff) | |
download | cygnal-ea20b60a965e098534c099562b6609d1599131de.tar.gz cygnal-ea20b60a965e098534c099562b6609d1599131de.tar.bz2 cygnal-ea20b60a965e098534c099562b6609d1599131de.zip |
2002-07-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/include/mqueue.h: Change to use <bits/siginfo.h>
instead of <asm/siginfo.h>.
* libc/sys/linux/sys/signal.h: Change to include various linux
<bits/xxx.h> header files, rather than <linux/signal.h> so as
to work with multiple releases of glibc header files.
Diffstat (limited to 'newlib/libc/sys/linux/include/mqueue.h')
-rw-r--r-- | newlib/libc/sys/linux/include/mqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/include/mqueue.h b/newlib/libc/sys/linux/include/mqueue.h index 10e81e72f..1cdc095ec 100644 --- a/newlib/libc/sys/linux/include/mqueue.h +++ b/newlib/libc/sys/linux/include/mqueue.h @@ -7,7 +7,7 @@ #include <sys/types.h> #define __need_sigevent_t 1 -#include <asm/siginfo.h> +#include <bits/siginfo.h> /* message queue types */ typedef int mqd_t; |