1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 11:25:07 +00:00
serenity/Ports/perl5/patches/0002-Disable-nanosleep.patch
Beckett Normington 39e79d6f6f Ports/perl5: Remove no longer needed Makefile patch
Following the removal of the `drand48` patch to the configure script,
we can now remove this patch as it is no longer needed to prevent an
interpreter hang.
2023-08-28 00:40:35 +02:00

21 lines
783 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: EWouters <6179932+EWouters@users.noreply.github.com>
Date: Thu, 27 Jul 2023 16:49:13 +0200
Subject: [PATCH] Disable nanosleep
---
config_h.SH | 1 -
1 file changed, 1 deletion(-)
diff --git a/config_h.SH b/config_h.SH
index 5880dc532de82a795f0ab3c9d65d84b3679c24b5..f63bf2aa1a848677c71e98017fe4e48f0e5cc8e6 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3116,7 +3116,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol, if defined, indicates that the nanosleep
* system call is available to sleep with 1E-9 sec accuracy.
*/
-#$d_nanosleep HAS_NANOSLEEP /**/
/* HAS_NEARBYINT:
* This symbol, if defined, indicates that the nearbyint routine is