zipl/libc: use stddef.h instead of self defined macros and types

Reviewed-by: Philipp Rudo <prudo@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2020-03-23 16:19:17 +01:00
committed by Jan Höppner
parent d978fc6141
commit cc069af26d

View File

@@ -12,8 +12,7 @@
#define LIBC_H
#include <stdint.h>
#define NULL ((void *) 0)
#include <stddef.h>
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */