mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
2003-07-28 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/sys/sysctl.h: Include <linux/compiler.h> before <linux/sysctl.h>.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1999, 2002, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -26,6 +26,9 @@
|
|||||||
#define _LINUX_KERNEL_H 1
|
#define _LINUX_KERNEL_H 1
|
||||||
#define _LINUX_TYPES_H 1
|
#define _LINUX_TYPES_H 1
|
||||||
#define _LINUX_LIST_H 1
|
#define _LINUX_LIST_H 1
|
||||||
|
/* We do need this one for the declarations in <linux/sysctl.h>,
|
||||||
|
since we've elided the inclusion of <linux/kernel.h> that gets them. */
|
||||||
|
#include <linux/compiler.h>
|
||||||
#include <linux/sysctl.h>
|
#include <linux/sysctl.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
Reference in New Issue
Block a user