On Mon, Apr 30, 2012 at 5:01 PM, Olaf Till <i7t...@t-online.de> wrote:
> To keep me "up-to-date", could you explain to me why including
> unistd.h was necessary in parallel?

I don't remember the exact case of parallel, but in all cases it was
that one of "read", "write", or "getpid" was called. Those are defined
in unistd.h, and previous versions of GCC included unistd.h implicitly
in many other includes. GCC 4.7 does not, so you have to include
unistd.h explicitly whenever you use any of those.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to