Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

O_ASYNC flag in Solaris

828727Jan 5 2011 — edited Jan 11 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2011
Added on Jan 5 2011
3 comments
755 views