summaryrefslogtreecommitdiff
path: root/ext/standard/php_link.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-07-02 15:12:34 +0000
committerAndi Gutmans <andi@php.net>2000-07-02 15:12:34 +0000
commitb9037f7d691bf1a88d6aaf708d3babb28836c468 (patch)
tree7c75c6d3f5c9c53b4dfc59f2c63c00e48c66fb40 /ext/standard/php_link.h
parent0249137148921d463d9c79c89592db914dfbb642 (diff)
downloadphp-git-b9037f7d691bf1a88d6aaf708d3babb28836c468.tar.gz
- Make PHP compile again under Windows.
- Please be careful when you make such changes.
Diffstat (limited to 'ext/standard/php_link.h')
-rw-r--r--ext/standard/php_link.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h
index 8d6e113ac5..f8189e850f 100644
--- a/ext/standard/php_link.h
+++ b/ext/standard/php_link.h
@@ -35,7 +35,6 @@
#ifdef HAVE_SYMLINK
PHP_FUNCTION(link);
-PHP_FUNCTION(unlink);
PHP_FUNCTION(readlink);
PHP_FUNCTION(linkinfo);
PHP_FUNCTION(symlink);