** Description changed:
+ * EDIT * This turned out to be a watch leak somewhere else. Sorry.
+
+
Compile this code:
#include
#include
#include
#include
int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
fprintf(stderr, "Could n
** Description changed:
Compile this code:
#include
#include
#include
#include
int main(int argc, char **argv) {
- int inotifyid = inotify_init();
- if(inotifyid == -1) {
- fprintf(stderr, "Could not init inotify.\n");
- return 1;
- }
- int wd = inotify_add_watch(
apport information
** Tags added: apport-collected
** Description changed:
Compile this code:
#include
#include
#include
#include
int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
fprintf(stderr, "Could not init inotify.\n");