summaryrefslogtreecommitdiff
path: root/frontends/amiga/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/schedule.c')
-rwxr-xr-xfrontends/amiga/schedule.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/amiga/schedule.c b/frontends/amiga/schedule.c
index e34c00017..2d6346533 100755
--- a/frontends/amiga/schedule.c
+++ b/frontends/amiga/schedule.c
@@ -38,14 +38,14 @@ struct Device *TimerBase;
struct TimerIFace *ITimer;
#endif
-static APTR pool_nscb = NULL;
-static APTR pool_timereq = NULL;
+static APTR restrict pool_nscb = NULL;
+static APTR restrict pool_timereq = NULL;
struct nscallback
{
struct TimeVal tv;
- void *callback;
- void *p;
+ void *restrict callback;
+ void *restrict p;
struct TimeRequest *treq;
};