Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads/timer_create.c')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/timer_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/linuxthreads/timer_create.c b/newlib/libc/sys/linux/linuxthreads/timer_create.c
index 1dccd3036..5eff1fc37 100644
--- a/newlib/libc/sys/linux/linuxthreads/timer_create.c
+++ b/newlib/libc/sys/linux/linuxthreads/timer_create.c
@@ -30,8 +30,8 @@
int
timer_create (clock_id, evp, timerid)
clockid_t clock_id;
- struct sigevent *evp;
- timer_t *timerid;
+ struct sigevent *__restrict evp;
+ timer_t *__restrict timerid;
{
int retval = -1;
struct timer_node *newtimer = NULL;