summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_signal.c
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2001-07-30 20:51:57 +0000
committerJason Greene <jason@php.net>2001-07-30 20:51:57 +0000
commit2b1fe64d463867d61fc8856767f8d8a78d9d3d25 (patch)
treea8110cd24091b2a653e9dfe658f9ab2c78ace472 /ext/pcntl/php_signal.c
parent12ae3ac2d764fc50eadc3704f013cb3cae5bdeed (diff)
downloadphp-git-2b1fe64d463867d61fc8856767f8d8a78d9d3d25.tar.gz
Removed space type-o
Fixed WS Added $Id$ tags Removed already completed TODO from README
Diffstat (limited to 'ext/pcntl/php_signal.c')
-rw-r--r--ext/pcntl/php_signal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcntl/php_signal.c b/ext/pcntl/php_signal.c
index a47c39bd77..81e1251174 100644
--- a/ext/pcntl/php_signal.c
+++ b/ext/pcntl/php_signal.c
@@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "php_signal.h"
/* php_signal using sigaction is taken verbatim from Advanced Programing