mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Ports: Remove the nice
stub from oksh
This commit is contained in:
parent
fd9125c288
commit
34776752f8
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ index 5c86edd..6ccf7f6 100644
|
|||
#define _PW_NAME_LEN 8
|
||||
#else
|
||||
#define _PW_NAME_LEN MAXLOGNAME - 1
|
||||
@@ -116,6 +116,15 @@
|
||||
@@ -116,6 +116,14 @@
|
||||
#define nice(x) (int)0
|
||||
#endif /* __HAIKU__ */
|
||||
|
||||
|
@ -30,7 +30,6 @@ index 5c86edd..6ccf7f6 100644
|
|||
+#define _CS_PATH 1
|
||||
+#define WCOREFLAG 0200
|
||||
+#define WCOREDUMP(x) ((x) & WCOREFLAG)
|
||||
+#define nice(x) (int)0
|
||||
+#endif /* __serenity__ */
|
||||
+
|
||||
#ifndef HAVE_SETRESGID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue