Bug 105650 - glibc: pull in inotify from CVS
Summary: glibc: pull in inotify from CVS
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Thorsten Kukuk
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 18:49 UTC by Robert Love
Modified: 2005-08-19 11:52 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Love 2005-08-18 18:49:46 UTC
glibc CVS now officially supports inotify, with a sys/inotify.h header and the
syscall stubs.

Can we pull in support from CVS before 10.0?
Comment 1 Thorsten Kukuk 2005-08-19 11:52:13 UTC
First, glibc contains the stuff, but does not export them. Currently they
are unuseable. (t.c:(.text+0x1d): undefined reference to `inotify_init').

Second, exporting them means we need an official symbol version. This does
not exist yet.

Third: The symbol version will be 2.4 (I doubt that Uli will use something
with 2.3.x). We will not add symbols from glibc 2.4 to glibc 2.3. This will
break dependency completly the RPM dependency handling.

If this all is fixed upstream, we will have it for 10.1 (in the hope until
then glibc 2.4 will be released).