summaryrefslogtreecommitdiff
path: root/win32/getrusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/getrusage.c')
-rw-r--r--win32/getrusage.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/getrusage.c b/win32/getrusage.c
index 3edc53f115..fea9089fe6 100644
--- a/win32/getrusage.c
+++ b/win32/getrusage.c
@@ -74,3 +74,11 @@ PHPAPI int getrusage(int who, struct rusage *usage)
}
}
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */