This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2296] semval could become negative


------- Additional Comments From decimal at us dot ibm dot com  2006-02-08 15:23 -------
The System V IPC operations are not implemented by glibc.
Taking semget() as an example.
sysdeps/unix/sysv/linux/semget.c simply makes a Linux system call.
sysvipc/semget.c returns ENOSYS for systems using glibc which provide no other
implementation.
Similarly the manual pages for these operations are not owned by glibc.
You should pursue this issue with your distro or LKML I imagine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=2296

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]