O_ASYNC flag in Solaris
828727Jan 5 2011 — edited Jan 11 2011Hi,
I'm migrating code from Linux to Solaris 10 and I'm having some trouble with fcntl() function. In the original code I've an attribute in fcntl() func - O_ASYNC. When I compile the code in Solaris, I get an error that O_ASYNC is undeclared identifier. And indeed, it's not defined in fcntl.h.
What's the parallel mechanism in Solaris? With what do I replace the O_ASYNC attrib.?
Thanks!
Alex