diff options
Diffstat (limited to 'chapter06/linux-libc-headers.xml')
-rw-r--r-- | chapter06/linux-libc-headers.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml index 9496c0b99..e1fed38f6 100644 --- a/chapter06/linux-libc-headers.xml +++ b/chapter06/linux-libc-headers.xml @@ -43,6 +43,11 @@ which was designed to maintain an API stable version of the Linux headers.</para> + <para>Add a userspace header and syscall support for the inotify feature + available in newer Linux kernels:</para> + +<screen><userinput>patch -Np1 -i ../&linux-inotify-patch;</userinput></screen> + <para>Install the header files:</para> <screen><userinput>install -dv /usr/include/asm |