summaryrefslogtreecommitdiff
path: root/win32/getrusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/getrusage.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;