From 98cbe360d947b59e7a5eda068581f4cfeb4b99b3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Aug 2000 06:49:52 +0000 Subject: Update. * misc/sys/cdefs.h: Define __restrict_arr. * include/sys/time.h: Add restrict where required by AGd4. * inet/arpa/inet.h: Likewise. * io/sys/stat.h: Likewise. * io/sys/statvfs.h: Likewise. * misc/search.h: Likewise. * misc/sys/select.h: Likewise. * posix/glob.h: Likewise. * posix/regex.h: Likewise. * posix/spawn.h: Likewise. * posix/unistd.h: Likewise. * rt/aio.h: Likewise. * signal/signal.h: Likewise. * socket/sys/socket.h: Likewise. * stdlib/ucontext.h: Likewise. * streams/stropts.h: Likewise. * string/string.h: Likewise. * time/time.h: Likewise. * time/sys/time.h: Likewise. * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam and posix_spawnattr_setscheparam. * libio/stdio.h: Make cuserid prototype again available for all XPG versions. --- time/sys/time.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'time/sys/time.h') diff --git a/time/sys/time.h b/time/sys/time.h index fe8648e763..a753912299 100644 --- a/time/sys/time.h +++ b/time/sys/time.h @@ -65,7 +65,8 @@ typedef void *__timezone_ptr_t; Returns 0 on success, -1 on errors. NOTE: This form of timezone information is obsolete. Use the functions and variables declared in instead. */ -extern int gettimeofday (struct timeval *__tv, __timezone_ptr_t __tz) __THROW; +extern int gettimeofday (struct timeval *__restrict __tv, + __timezone_ptr_t __restrict __tz) __THROW; /* Set the current time of day and timezone information. This call is restricted to the super-user. */ @@ -120,8 +121,8 @@ extern int getitimer (__itimer_which_t __which, set *OLD to the old value of timer WHICH. Returns 0 on success, -1 on errors. */ extern int setitimer (__itimer_which_t __which, - __const struct itimerval *__new, - struct itimerval *__old) __THROW; + __const struct itimerval *__restrict __new, + struct itimerval *__restrict __old) __THROW; /* Change the access time of FILE to TVP[0] and the modification time of FILE to TVP[1]. */ -- cgit 1.4.1