blob: a992d2fb028de5ed713b6d054e866c8e656813b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $NetBSD: glibc-bugs.h,v 1.4 2006/09/09 16:22:08 manu Exp $ */
#ifndef __GLIBC_BUGS_H__
#define __GLIBC_BUGS_H__ 1
#define _XOPEN_SOURCE 500
#define _BSD_SOURCE
#include <features.h>
#include <sys/types.h>
#endif
|