public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* can/should inotify support fcntl?
@ 2005-10-27 14:07 Neal Becker
  2005-10-27 15:13 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Becker @ 2005-10-27 14:07 UTC (permalink / raw)
  To: linux-kernel

I'm trying to wrap inotify functionality for python.  I ran into a problem. 
In order to use python's select on the fd, I need to use python's
os.fdopen.  It seems os.fdopen calls:

fcntl(4, F_GETFL)                       = -1 EBADF (Bad file descriptor)

Looks like inotify doesn't support calling fcntl.  Should it?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-27 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 14:07 can/should inotify support fcntl? Neal Becker
2005-10-27 15:13 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox