Path: utzoo!mnetor!uunet!mcvax!tuvie!rcvie From: rcvie@tuvie (ELIN Forsch.z.) Newsgroups: comp.lang.c Subject: Re: volatile Message-ID: <599@tuvie> Date: 31 Mar 88 11:40:34 GMT References: <12578@brl-adm.ARPA> <1988Mar25.172355.348@utzoo.uucp> <1878@rtech.UUCP> <1988Mar29.162711.12610@utzoo.uucp> Reply-To: rcvie@tuvie.UUCP (Alcatel-ELIN Forsch.z.) Organization: Technical University of Vienna Lines: 7 >With shared memory, again, volatile is the least of your problems. With signal handling, it may be one of your main problems. (The same may be with `errno', if you can't declare it volatile.) Dietmar Weickert, ALCATEL-ELIN Research Center, Vienna, Austria.