]> Kevux Git Server - fll/commitdiff
Cleanup: Remove stale and no longer valid comment about interrupts and signals.
authorKevin Day <thekevinday@gmail.com>
Sun, 25 Dec 2022 01:34:29 +0000 (19:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 25 Dec 2022 01:34:29 +0000 (19:34 -0600)
level_3/controller/c/thread/private-thread_signal.h

index b1472a610fe0de7619af5e379529e6d8bfc906b9..bc11b918a744d3f7de990b801fb3a3a59db33e5f 100644 (file)
@@ -62,8 +62,6 @@ extern "C" {
 /**
  * Thread for handling signals/interrupts during normal operations.
  *
- * Currently this only handles signals to exist, but may be updated to handle interrupt and hangup signals.
- *
  * @param arguments
  *   The thread arguments.
  *   Must be of type controller_global_t.
@@ -80,8 +78,6 @@ extern "C" {
 /**
  * Thread for handling signals/interrupts during other operations.
  *
- * Currently this only handles signals to exist, but may be updated to handle interrupt and hangup signals.
- *
  * @param arguments
  *   The thread arguments.
  *   Must be of type controller_global_t.