File: sysctl.h

package info (click to toggle)
freebsd-glue 0.2.20
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, jessie-kfreebsd-proposed-updates
  • size: 552 kB
  • sloc: ansic: 3,225; makefile: 130; sh: 1
file content (13 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(__unused) && !defined(__DO_NOT_DEFINE_UNUSED)
#define __DO_DEFINE_UNUSED_AT_THE_END_OF_LINUX_SYSCTL_H
#endif

#undef __unused
#define __DO_NOT_DEFINE_UNUSED
#include_next <linux/sysctl.h>
#undef __DO_NOT_DEFINE_UNUSED

#ifdef __DO_DEFINE_UNUSED_AT_THE_END_OF_LINUX_SYSCTL_H
#define __unused __attribute__((__unused__))
#undef __DO_DEFINE_UNUSED_AT_THE_END_OF_LINUX_SYSCTL_H
#endif