Nod
> glibc 2.1 has stubs for getpmsg/putpmsg (-ENOSYS always) and they have
> reserved syscall numbers in the devel kernel, so I thought there wouldn't be
> a problem with it. Can you explain what you're worried about, so I can give
> them a concrete reason to bug off?
Firstly:
glibc 2.1.x ought to issue the getpmsg putmsg syscalls and see if they return
-ENOSYS. Those syscalls are in 2.0.36pre9+ too (as -ENOSYS hooks)
Second:
If you emulate streams in user space and do so by nicking getpmsg. The kernel
syscall edition of getpmsg used by streams stuff using the Gcom code wont
work. You almost want two versions of libtli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/