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. --- streams/stropts.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'streams') diff --git a/streams/stropts.h b/streams/stropts.h index dda28573e9..04dc5cd0af 100644 --- a/streams/stropts.h +++ b/streams/stropts.h @@ -44,13 +44,15 @@ __BEGIN_DECLS extern int isastream (int __fildes) __THROW; /* Receive next message from a STREAMS file. */ -extern int getmsg (int __fildes, struct strbuf *__ctlptr, - struct strbuf *__dataptr, int *__flagsp) __THROW; +extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr, + struct strbuf *__restrict __dataptr, + int *__restrict __flagsp) __THROW; /* Receive next message from a STREAMS file, with *FLAGSP allowing to control which message. */ -extern int getpmsg (int __fildes, struct strbuf *__ctlptr, - struct strbuf *__dataptr, int *__bandp, int *__flagsp) +extern int getpmsg (int __fildes, struct strbuf *__restrict __ctlptr, + struct strbuf *__restrict __dataptr, + int *__restrict __bandp, int *__restrict __flagsp) __THROW; /* Perform the I/O control operation specified by REQUEST on FD. -- cgit v1.2.3