Skip to content

Commit d3e8ae1

Browse files
committed
Drop PHP_FUNCTION declares from php_pcntl.h
1 parent 87e7685 commit d3e8ae1

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

ext/pcntl/php_pcntl.h

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -33,45 +33,6 @@ PHP_RINIT_FUNCTION(pcntl);
3333
PHP_RSHUTDOWN_FUNCTION(pcntl);
3434
PHP_MINFO_FUNCTION(pcntl);
3535

36-
PHP_FUNCTION(pcntl_alarm);
37-
PHP_FUNCTION(pcntl_fork);
38-
PHP_FUNCTION(pcntl_waitpid);
39-
PHP_FUNCTION(pcntl_wait);
40-
PHP_FUNCTION(pcntl_wifexited);
41-
PHP_FUNCTION(pcntl_wifstopped);
42-
PHP_FUNCTION(pcntl_wifsignaled);
43-
#ifdef HAVE_WCONTINUED
44-
PHP_FUNCTION(pcntl_wifcontinued);
45-
#endif
46-
PHP_FUNCTION(pcntl_wexitstatus);
47-
PHP_FUNCTION(pcntl_wtermsig);
48-
PHP_FUNCTION(pcntl_wstopsig);
49-
PHP_FUNCTION(pcntl_signal);
50-
PHP_FUNCTION(pcntl_signal_get_handler);
51-
PHP_FUNCTION(pcntl_signal_dispatch);
52-
PHP_FUNCTION(pcntl_get_last_error);
53-
PHP_FUNCTION(pcntl_strerror);
54-
#ifdef HAVE_SIGPROCMASK
55-
PHP_FUNCTION(pcntl_sigprocmask);
56-
#endif
57-
#ifdef HAVE_STRUCT_SIGINFO_T
58-
# if defined(HAVE_SIGWAITINFO) && defined(HAVE_SIGTIMEDWAIT)
59-
PHP_FUNCTION(pcntl_sigwaitinfo);
60-
PHP_FUNCTION(pcntl_sigtimedwait);
61-
# endif
62-
#endif
63-
PHP_FUNCTION(pcntl_exec);
64-
#ifdef HAVE_GETPRIORITY
65-
PHP_FUNCTION(pcntl_getpriority);
66-
#endif
67-
#ifdef HAVE_SETPRIORITY
68-
PHP_FUNCTION(pcntl_setpriority);
69-
#endif
70-
PHP_FUNCTION(pcntl_async_signals);
71-
#ifdef HAVE_UNSHARE
72-
PHP_FUNCTION(pcntl_unshare);
73-
#endif
74-
7536
struct php_pcntl_pending_signal {
7637
struct php_pcntl_pending_signal *next;
7738
zend_long signo;

0 commit comments

Comments
 (0)