mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: remove libc.h include in s390.h
This allows the use of s390.h in combination with other libc implementations than our minimal libc, e.g. with glibc. Reviewed-by: Philipp Rudo <prudo@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:
committed by
Jan Höppner
parent
c55ceabc67
commit
f454c6825f
@@ -12,7 +12,6 @@
|
||||
#define S390_H
|
||||
|
||||
#include "lib/zt_common.h"
|
||||
#include "libc.h"
|
||||
#include "boot/sigp.h"
|
||||
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* it under the terms of the MIT license. See LICENSE for details.
|
||||
*/
|
||||
|
||||
#include "libc.h"
|
||||
#include "error.h"
|
||||
#include "s390.h"
|
||||
#include "sclp.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* it under the terms of the MIT license. See LICENSE for details.
|
||||
*/
|
||||
|
||||
#include "libc.h"
|
||||
#include "sclp.h"
|
||||
#include "sclp_stage3.h"
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "lib/zt_common.h"
|
||||
|
||||
#include "libc.h"
|
||||
#include "error.h"
|
||||
#include "sclp.h"
|
||||
#include "stage2dump.h"
|
||||
|
||||
Reference in New Issue
Block a user