mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Fix [-Wundef] warning in Sysvshm extension
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifndef PHP_SYSVSHM_H
|
||||
#define PHP_SYSVSHM_H
|
||||
|
||||
#if HAVE_SYSVSHM
|
||||
#ifdef HAVE_SYSVSHM
|
||||
|
||||
extern zend_module_entry sysvshm_module_entry;
|
||||
#define sysvshm_module_ptr &sysvshm_module_entry
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if HAVE_SYSVSHM
|
||||
#ifdef HAVE_SYSVSHM
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user