summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2016-08-17 23:52:44 +0200
committerKalle Sommer Nielsen <kalle@php.net>2016-08-17 23:52:44 +0200
commitfea6d5d18f702895282a6e9e5f151f66482816ff (patch)
tree1508d64306dd61ebdc62062510c0ec91da89eeac
parent2eaf6ce5d8f89937a91cf7cc9c20847ec3e66601 (diff)
downloadphp-git-fea6d5d18f702895282a6e9e5f151f66482816ff.tar.gz
Make this inline like the many other variants we got of this function (win32/time.c, Zend/zend_virtual_cwd.c, ...)
-rw-r--r--win32/getrusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/getrusage.c b/win32/getrusage.c
index d719bcde26..3267ac63ad 100644
--- a/win32/getrusage.c
+++ b/win32/getrusage.c
@@ -26,7 +26,7 @@
* and have been modified to work with PHP.
*/
-static void usage_to_timeval(FILETIME *ft, struct timeval *tv)
+static zend_always_inline void usage_to_timeval(FILETIME *ft, struct timeval *tv)
{
ULARGE_INTEGER time;