projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9750e
)
(nscd_init): Clean up fcntl call.
author
drepper
<drepper>
Fri, 25 Jul 2008 18:38:13 +0000
(18:38 +0000)
committer
drepper
<drepper>
Fri, 25 Jul 2008 18:38:13 +0000
(18:38 +0000)
nscd/connections.c
patch
|
blob
|
history
diff --git
a/nscd/connections.c
b/nscd/connections.c
index
9b003cb
..
a1b92f4
100644
(file)
--- a/
nscd/connections.c
+++ b/
nscd/connections.c
@@
-531,7
+531,7
@@
nscd_init (void)
{
inotify_fd = inotify_init ();
if (inotify_fd != -1)
- fcntl (inotify_fd, F_SETFL, O_NONBLOCK);
+ fcntl (inotify_fd, F_SETFL, O_
RDONLY | O_
NONBLOCK);
}
# endif
#endif