From: Gavin Sherry Date: Tue, 15 May 2001 07:29:55 +0000 (+0000) Subject: Added function sem_remove X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16a13a6210624a1b3075d84835a1ddbb21f589cb;p=php Added function sem_remove --- diff --git a/ext/sysvsem/php_sysvsem.h b/ext/sysvsem/php_sysvsem.h index f7d292d4f4..089e9797d1 100644 --- a/ext/sysvsem/php_sysvsem.h +++ b/ext/sysvsem/php_sysvsem.h @@ -30,6 +30,7 @@ PHP_MINIT_FUNCTION(sysvsem); PHP_FUNCTION(sem_get); PHP_FUNCTION(sem_acquire); PHP_FUNCTION(sem_release); +PHP_FUNCTION(sem_remove); typedef struct { int le_sem;