mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
linux/sysipc: Include linux/posix_types.h for __kernel_mode_t
The posix_types.h (where __kernel_mode_t is defined) is included implicitly, which might not happen on older kernels.
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#include <sysdep.h>
|
||||
#include <shlib-compat.h>
|
||||
#include <errno.h>
|
||||
#include <linux/posix_types.h> /* For __kernel_mode_t. */
|
||||
|
||||
#ifndef DEFAULT_VERSION
|
||||
# ifndef __ASSUME_SYSVIPC_BROKEN_MODE_T
|
||||
|
Reference in New Issue
Block a user