Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$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