1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

Ports: Remove the nice stub from oksh

This commit is contained in:
Tim Schumacher 2022-06-01 01:43:36 +02:00 committed by Linus Groh
parent fd9125c288
commit 34776752f8

View file

@ -20,7 +20,7 @@ index 5c86edd..6ccf7f6 100644
#define _PW_NAME_LEN 8 #define _PW_NAME_LEN 8
#else #else
#define _PW_NAME_LEN MAXLOGNAME - 1 #define _PW_NAME_LEN MAXLOGNAME - 1
@@ -116,6 +116,15 @@ @@ -116,6 +116,14 @@
#define nice(x) (int)0 #define nice(x) (int)0
#endif /* __HAIKU__ */ #endif /* __HAIKU__ */
@ -30,7 +30,6 @@ index 5c86edd..6ccf7f6 100644
+#define _CS_PATH 1 +#define _CS_PATH 1
+#define WCOREFLAG 0200 +#define WCOREFLAG 0200
+#define WCOREDUMP(x) ((x) & WCOREFLAG) +#define WCOREDUMP(x) ((x) & WCOREFLAG)
+#define nice(x) (int)0
+#endif /* __serenity__ */ +#endif /* __serenity__ */
+ +
#ifndef HAVE_SETRESGID #ifndef HAVE_SETRESGID