Skip to content

Commit 8b80777

Browse files
author
Andi Gutmans
committed
- Fix compile problem on FreeBSD
1 parent 512ff32 commit 8b80777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# include <dlfcn.h>
5858
#endif
5959

60-
#if defined(HAVE_LIBDL) && defined(RTLD_NOW)
60+
#if defined(HAVE_LIBDL)
6161
# define DL_LOAD(libname) dlopen(libname, RTLD_NOW)
6262
# define DL_UNLOAD dlclose
6363
# define DL_FETCH_SYMBOL dlsym

0 commit comments

Comments
 (0)