summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glibext/Makefile.am2
-rw-r--r--src/glibext/sigredir.c (renamed from src/glibext/signal.c)4
-rw-r--r--src/glibext/sigredir.h (renamed from src/glibext/signal.h)8
3 files changed, 7 insertions, 7 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am
index 6556961..b0a7c31 100644
--- a/src/glibext/Makefile.am
+++ b/src/glibext/Makefile.am
@@ -52,7 +52,7 @@ libglibext_la_SOURCES = \
secstorage.h secstorage.c \
serialize-int.h \
serialize.h serialize.c \
- signal.h signal.c \
+ sigredir.h sigredir.c \
singleton-int.h \
singleton.h singleton.c \
storage-int.h \
diff --git a/src/glibext/signal.c b/src/glibext/sigredir.c
index ee8daed..67e8563 100644
--- a/src/glibext/signal.c
+++ b/src/glibext/sigredir.c
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * signal.c - encadrement des signaux supplémentaire par rapport à celui de la GLib
+ * sigredir.c - encadrement des signaux supplémentaire par rapport à celui de la GLib
*
* Copyright (C) 2014-2025 Cyrille Bagard
*
@@ -21,7 +21,7 @@
*/
-#include "signal.h"
+#include "sigredir.h"
#include <assert.h>
diff --git a/src/glibext/signal.h b/src/glibext/sigredir.h
index 034fa80..f394d77 100644
--- a/src/glibext/signal.h
+++ b/src/glibext/sigredir.h
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * signal.h - prototypes pour un encadrement des signaux supplémentaire par rapport à celui de la GLib
+ * sigredir.h - prototypes pour un encadrement des signaux supplémentaire par rapport à celui de la GLib
*
* Copyright (C) 2014-2025 Cyrille Bagard
*
@@ -21,8 +21,8 @@
*/
-#ifndef _GLIBEXT_SIGNAL_H
-#define _GLIBEXT_SIGNAL_H
+#ifndef _GLIBEXT_SIGREDIR_H
+#define _GLIBEXT_SIGREDIR_H
#include <glib-object.h>
@@ -48,4 +48,4 @@ void g_signal_disconnect_from_main(gsignal_wrapper_info_t *);
-#endif /* _GLIBEXT_SIGNAL_H */
+#endif /* _GLIBEXT_SIGREDIR_H */