From f3534a5a67b698a76f438eb00a56d331ca4238bd Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Mon, 8 Jun 2009 22:08:44 +0000
Subject: [PATCH] Add sigaction janitor

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@199696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/janitor-projects.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt
index a43f9c9579..4348c0c7e6 100644
--- a/doc/janitor-projects.txt
+++ b/doc/janitor-projects.txt
@@ -32,3 +32,5 @@
  -- Audit all channel/res/app/etc. modules to ensure that they do not register any entrypoints with the Asterisk core until after they are ready to service requests; all config file reading/processing, structure allocation, etc. must be completed before Asterisk is made aware of any services the module offers.
 
  -- Ensure that Realtime-enabled modules do not depend on the order of columns returned by the database lookup (example: outboundproxy and host settings in chan_sip).
+
+ -- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.
-- 
GitLab