repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
dist
/
ipsec-tools
/
src
/
include-glibc
/
glibc-bugs.h
blob
9ac7c87ccef26bae175590a6a1157d7c806fb9e2
1
/* $NetBSD$ */
2
3
#ifndef __GLIBC_BUGS_H__
4
#define __GLIBC_BUGS_H__ 1
5
6
#define _XOPEN_SOURCE 500
7
#define _BSD_SOURCE
8
9
#include <features.h>
10
#include <sys/types.h>
11
12
#endif