home *** CD-ROM | disk | FTP | other *** search
- Submitted-by: peter@ficc.ferranti.com (Peter da Silva)
-
- In article <16066@cs.utexas.edu> lewine@cheshirecat.webo.dg.com (Donald Lewine) writes:
- > I would propose replacing the phrase: "executes any code" with "calls
- > any function defined in this standard or the C standard {8}" I think
- > that does what you mean.
-
- How about "executes any code that changes the state of the program". So,
- for example:
-
- static int child;
-
- child = 0;
- if(qfork() == 0) {
- child = 1;
- exec...;
- }
-
- At this point, unless I'm confused about legal interpretations of "qfork()",
- the value of "child" is indeterminate.
- --
- Peter da Silva. `-_-' "Eat hot digital death, mainframe scum!"
- +1 713 274 5180. 'U` -- Attack of the Killer Micros.
- peter@ferranti.com
-
- Volume-Number: Volume 22, Number 43
-
-