Linux Kernel - Check if a file descriptor is taken

Posted by NTek on Stack Overflow See other posts from Stack Overflow or by NTek
Published on 2010-04-26T23:22:05Z Indexed on 2010/04/27 8:03 UTC
Read the original article Hit count: 375

In linux kernel programming, is there a way to check if a particular file descriptor is in use for a given process or if it's available?

© Stack Overflow or respective owner

Related posts about kernel

Related posts about linux-kernel