summaryrefslogtreecommitdiffstats
path: root/util/system/interrupt_signals.h
diff options
context:
space:
mode:
authorAnton Samokhvalov <[email protected]>2022-02-10 16:45:17 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:17 +0300
commitd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch)
treedd4bd3ca0f36b817e96812825ffaf10d645803f2 /util/system/interrupt_signals.h
parent72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff)
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/interrupt_signals.h')
-rw-r--r--util/system/interrupt_signals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/interrupt_signals.h b/util/system/interrupt_signals.h
index 9500ff89d0c..9f9c2427f11 100644
--- a/util/system/interrupt_signals.h
+++ b/util/system/interrupt_signals.h
@@ -6,7 +6,7 @@
#ifdef _win_
#ifndef SIGHUP
- #define SIGHUP 1 /* Hangup (POSIX). */
+ #define SIGHUP 1 /* Hangup (POSIX). */
#endif
#endif