From 34a90d4084365ddb90b56ffda5de64b6068ae61f Mon Sep 17 00:00:00 2001 From: Christoph Fassbach Date: Mon, 27 Jun 2022 00:36:22 +0200 Subject: [PATCH] Adapt timer.h.diff for NDK 3.2 R4 --- patches/NDK3.2/Include_H/devices/timer.h.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/NDK3.2/Include_H/devices/timer.h.diff b/patches/NDK3.2/Include_H/devices/timer.h.diff index 35c7e13..af43e58 100644 --- a/patches/NDK3.2/Include_H/devices/timer.h.diff +++ b/patches/NDK3.2/Include_H/devices/timer.h.diff @@ -1,14 +1,14 @@ ---- old/devices/timer.h 2021-04-13 02:41:06.000000000 +0200 -+++ new/devices/timer.h 2021-08-10 16:38:04.990455793 +0200 -@@ -53,10 +53,19 @@ +--- old/devices/timer.h 2022-02-03 11:59:06.000000000 +0100 ++++ new/devices/timer.h 2022-06-27 00:29:43.590685664 +0200 +@@ -71,10 +71,19 @@ #ifndef __USE_NEW_TIMEVAL__ +#ifndef _TIMEVAL_DEFINED +#define _TIMEVAL_DEFINED struct timeval { -- ULONG tv_secs; -- ULONG tv_micro; +- ULONG tv_secs; +- ULONG tv_micro; + union { + ULONG tv_sec; /* seconds */ + ULONG tv_secs; @@ -21,4 +21,4 @@ +#endif struct timerequest { - struct IORequest tr_node; + struct IORequest tr_node;