1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Make this inline like the many other variants we got of this function (win32/time.c, Zend/zend_virtual_cwd.c, ...)

This commit is contained in:
Kalle Sommer Nielsen
2016-08-17 23:52:44 +02:00
parent 2eaf6ce5d8
commit fea6d5d18f

View 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;