summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/fpm/fpm_log.h')
-rw-r--r--sapi/fpm/fpm/fpm_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_log.h b/sapi/fpm/fpm/fpm_log.h
index f0199d9cb6..d85d368da5 100644
--- a/sapi/fpm/fpm/fpm_log.h
+++ b/sapi/fpm/fpm/fpm_log.h
@@ -7,7 +7,7 @@
#include "fpm_worker_pool.h"
int fpm_log_init_child(struct fpm_worker_pool_s *wp);
-int fpm_log_write(char *log_format TSRMLS_DC);
+int fpm_log_write(char *log_format);
int fpm_log_open(int reopen);
#endif