mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Patch bash
This commit is contained in:
parent
f4d5bb9cbb
commit
c2dbec1dcf
@ -111,7 +111,18 @@ diff -ruwN source/include/posixwait.h source-new/include/posixwait.h
|
||||
|
||||
# if !defined (WSTOPSIG)
|
||||
# define WSTOPSIG(s) ((s) >> 8)
|
||||
diff --color -ruwN source/jobs.c source-new/jobs.c
|
||||
diff -ruwN source/include/timer.h source-new/include/timer.h
|
||||
--- source/include/timer.h 2021-03-09 04:30:55.000000000 +0700
|
||||
+++ source-new/include/timer.h 2026-05-13 08:32:53.062805289 +0700
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
#include "bashjmp.h"
|
||||
typedef struct _shtimer
|
||||
{
|
||||
diff -ruwN source/jobs.c source-new/jobs.c
|
||||
--- source/jobs.c 2022-12-14 00:09:02.000000000 +0700
|
||||
+++ source-new/jobs.c 2026-02-09 23:29:28.811403291 +0700
|
||||
@@ -4417,9 +4417,11 @@
|
||||
@ -175,6 +186,17 @@ diff -ruwN source/lib/sh/input_avail.c source-new/lib/sh/input_avail.c
|
||||
# include <signal.h>
|
||||
#endif
|
||||
|
||||
diff -ruwN source/lib/sh/random.c source-new/lib/sh/random.c
|
||||
--- source/lib/sh/random.c 2020-05-30 01:21:10.000000000 +0700
|
||||
+++ source-new/lib/sh/random.c 2026-05-13 08:34:01.486529163 +0700
|
||||
@@ -32,6 +32,7 @@
|
||||
#include "filecntl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <sys/time.h>
|
||||
#include "bashansi.h"
|
||||
|
||||
#include "shell.h"
|
||||
diff -ruwN source/lib/sh/strtoimax.c source-new/lib/sh/strtoimax.c
|
||||
--- source/lib/sh/strtoimax.c 2021-09-10 21:32:35.000000000 +0700
|
||||
+++ source-new/lib/sh/strtoimax.c 2025-09-01 04:36:35.301927876 +0700
|
||||
|
||||
Loading…
Reference in New Issue
Block a user