summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/m68k-unknown-amigaos/apps.apps.c.p
blob: 25afe8faa4fd78b3a62b83054cab121c8413e692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- apps.c	2014-10-15 13:53:39.000000000 +0100
+++ apps/apps.c	2015-01-05 21:02:13.650018727 +0000
@@ -2872,11 +2872,12 @@ double app_tminterval(int stop,int usert
     struct rusage rus;
     struct timeval now;
     static struct timeval tmstart;
-
+#if !defined(OPENSSL_SYS_AMIGAOS3)
     if (usertime)
         getrusage(RUSAGE_SELF, &rus), now = rus.ru_utime;
     else
+#endif
         gettimeofday(&now, NULL);
 
     if (stop == TM_START)