summaryrefslogtreecommitdiff
path: root/ext/posix
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-04-04 13:03:16 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-04-04 13:03:16 +0200
commita43bc33fb2575cda582167c0d6571e501a2e6496 (patch)
tree536e989e4975d9729716b072b13c89e500359c89 /ext/posix
parentfc5a88f6140ae6fa978e6ea3ae0fc723971cd4f0 (diff)
downloadphp-git-a43bc33fb2575cda582167c0d6571e501a2e6496.tar.gz
Annotate function aliases in stubs
Diffstat (limited to 'ext/posix')
-rw-r--r--ext/posix/posix.stub.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/posix/posix.stub.php b/ext/posix/posix.stub.php
index 008d35f689..dcef25cfec 100644
--- a/ext/posix/posix.stub.php
+++ b/ext/posix/posix.stub.php
@@ -93,6 +93,7 @@ function posix_setrlimit(int $resource, int $softlimit, int $hardlimit): bool {}
function posix_get_last_error(): int {}
+/** @alias posix_get_last_error */
function posix_errno(): int {}
function posix_strerror(int $errno): string {}