Control: tags -1 + patch The patch is below, also forwarded to https://salsa.debian.org/elias/fdclone/-/merge_requests/2 and uploaded to mentors for an NMU.
From: =?utf-8?b?0L3QsNCx?= <[email protected]> Date: Thu, 30 Jan 2025 08:06:23 +0100 Subject: Fix signal2() FTBFS (Closes: #1074949)
---
pathname.h | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/pathname.h b/pathname.h
index 3bfc5c9..17c0a37 100644
--- a/pathname.h
+++ b/pathname.h
@@ -169,26 +169,8 @@ typedef struct _wild_t {
#define PT_DSLASH 2
#define PT_URL 3
-#ifdef SIGARGINT
-typedef int sigarg_t;
-#else
-# ifdef NOVOID
-# define sigarg_t
-# else
typedef void sigarg_t;
-# endif
-#endif
-
-#ifdef SIGFNCINT
typedef int sigfnc_t;
-#else
-# ifdef NOVOID
-# define sigfnc_t
-# else
-typedef void sigfnc_t;
-# endif
-#endif
-
typedef sigarg_t (*sigcst_t)__P_((sigfnc_t));
typedef struct _uidtable {
signature.asc
Description: PGP signature

