Open a terminal window and do "man 2 mkfifo"
The problem is, it's a BSD routine, not a MSL routine, so you'll have to setup your project to use the BSD headers instead of the MSL headers. Use MacHeadersMach-O.h rather than MSL MacHeadersMach-O.h as your prefix file, remove MSL from the...