Ignore:
Timestamp:
08/01/2006 07:13:27 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Children:
b7368d5
Parents:
28b40e2
Message:

Finished adding system inotify support in linux-libc-headers and glibc.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r28b40e2 r2f494dc  
    6969
    7070<screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen>
     71
     72    <para>Add a header to define syscall functions for the inotify feature
     73    available in newer Linux kernels:</para>
     74
     75<screen><userinput>patch -Np1 -i ../&glibc-inotify-patch;</userinput></screen>
    7176
    7277    <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
     
    170175<screen><userinput>make install</userinput></screen>
    171176
     177   <para>Install the inotify header to the system header location:</para>
     178
     179<screen><userinput>cp -v ../glibc-&glibc-version;/sysdeps/unix/sysv/linux/inotify.h \
     180    /usr/include/sys</userinput></screen>
     181
    172182    <para>The locales that can make the system respond in a different language
    173183    were not installed by the above command. None of the locales are required,
    174     but, if some of them are misssing, testuites of the future packages would
     184    but if some of them are missing, testsuites of the future packages would
    175185    skip important testcases.</para>
    176186
Note: See TracChangeset for help on using the changeset viewer.