hgext/inotify/linux/_inotify.c
branchstable
changeset 10263 25e572394f5c
parent 9428 5d6659cfaa06
child 10282 08a0f04b56bd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     3  *
     3  *
     4  * Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     4  * Copyright 2006 Bryan O'Sullivan <bos@serpentine.com>
     5  *
     5  *
     6  * This library is free software; you can redistribute it and/or
     6  * This library is free software; you can redistribute it and/or
     7  * modify it under the terms of version 2.1 of the GNU Lesser General
     7  * modify it under the terms of version 2.1 of the GNU Lesser General
     8  * Public License, incorporated herein by reference.
     8  * Public License or any later version.
     9  */
     9  */
    10 
    10 
    11 #include <Python.h>
    11 #include <Python.h>
    12 #include <alloca.h>
    12 #include <alloca.h>
    13 #include <sys/inotify.h>
    13 #include <sys/inotify.h>