summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-11 16:43:19 +0000
committerMarcus Boerger <helly@php.net>2002-11-11 16:43:19 +0000
commit2f06a4fa77c7e03a32883eb18b64f161c135ce38 (patch)
tree804ad23256d1a9dab4e80fd22f6b741a03637cdc /ext/standard/flock_compat.h
parentf8aae8702cdd531621772ea2920a0df5f8be1ae4 (diff)
downloadphp-git-2f06a4fa77c7e03a32883eb18b64f161c135ce38.tar.gz
make flock PHPAPI
Diffstat (limited to 'ext/standard/flock_compat.h')
-rw-r--r--ext/standard/flock_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/flock_compat.h b/ext/standard/flock_compat.h
index d352f5116e..4b67b5cb04 100644
--- a/ext/standard/flock_compat.h
+++ b/ext/standard/flock_compat.h
@@ -26,7 +26,7 @@
# define LOCK_EX 2
# define LOCK_NB 4
# define LOCK_UN 8
-int flock(int fd, int operation);
+PHPAPI int flock(int fd, int operation);
#endif
#ifdef PHP_WIN32