]> granicus.if.org Git - php/commitdiff
Make this inline like the many other variants we got of this function (win32/time...
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 17 Aug 2016 21:52:44 +0000 (23:52 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 17 Aug 2016 21:52:44 +0000 (23:52 +0200)
win32/getrusage.c

index d719bcde26638688cafce474bf75038fe3867040..3267ac63ad713ce22d42b816c2cafff03987b5e7 100644 (file)
@@ -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;