diff options
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r-- | ext/posix/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index c0d289cb68..3036198235 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -960,7 +960,7 @@ struct limitlist { /* }}} */ -/* {{{ proto int posix_getrlimit(void) +/* {{{ proto array posix_getrlimit(void) Get system resource consumption limits (This is not a POSIX function, but a BSDism and a SVR4ism. We compile conditionally) */ PHP_FUNCTION(posix_getrlimit) { |