diff options
author | Jason Greene <jason@php.net> | 2001-07-30 20:51:57 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2001-07-30 20:51:57 +0000 |
commit | 2b1fe64d463867d61fc8856767f8d8a78d9d3d25 (patch) | |
tree | a8110cd24091b2a653e9dfe658f9ab2c78ace472 /ext/pcntl/php_signal.h | |
parent | 12ae3ac2d764fc50eadc3704f013cb3cae5bdeed (diff) | |
download | php-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.h')
-rw-r--r-- | ext/pcntl/php_signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcntl/php_signal.h b/ext/pcntl/php_signal.h index 3f763a55f3..a8ae72e6ab 100644 --- a/ext/pcntl/php_signal.h +++ b/ext/pcntl/php_signal.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include <signal.h> #ifndef PHP_SIGNAL_H #define PHP_SIGNAL_H |