diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 05:27:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 05:27:38 +0000 |
commit | 4afc4d00261ccba61a8fcd2cb0aba246f0029850 (patch) | |
tree | 6224250cfadf3ca4431c0d2b09d477bcc6416aba /libc/sysdeps/linux/powerpc/bits/msq.h | |
parent | 64b2dfee9682facaa7222b9960f327eac901fe31 (diff) |
sync headers with glibc
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/msq.h')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/msq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/msq.h b/libc/sysdeps/linux/powerpc/bits/msq.h index 45173a4cb..f19884437 100644 --- a/libc/sysdeps/linux/powerpc/bits/msq.h +++ b/libc/sysdeps/linux/powerpc/bits/msq.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,7 +21,6 @@ #endif #include <bits/types.h> -#include <bits/wordsize.h> /* Define options for message queue functions. */ #define MSG_NOERROR 010000 /* no error if message is too big */ |