about summary refs log tree commit diff
path: root/stdlib/bits/NULL.h
blob: 79285bd7b27591cb607de09b43a80a2c61d9ea92 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _BITS_NULL_H
#define _BITS_NULL_H 1

/* We rely on the compiler's stddef.h to define NULL for us.  */
#define __need_NULL
#include <stddef.h>

#endif