thesis/linux-6.8.1/usr/dummy-include/stdlib.h
2025-03-19 13:44:23 +01:00

7 lines
169 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _STDLIB_H
#define _STDLIB_H
#error "Please do not include <stdlib.h> from exported headers"
#endif /* _STDLIB_H */