From include/asm/signal.h, SIGRTMIN == 32, SIGRTMAX == 31.
Try linux/include/asm-i386/signal.h ... 32 realtime signals.
We are looking in the same place. The file I mentioned (include/asm/signal.h) is a symlink to linux/include/asm-i386/signal.h on an i386 platform.
Get a distro that's packaged correctly, then! That's an old distro bug; the C libraries aren't supposed to do that.
It seems that at least part of your problem is a broken distro. Current Linux kernels certainly allow 32 realtime signals, though maybe some older ones didn't. And I can't think of any context where it'd make sense to have the "minimum" greater than the "maximum" ... maybe someone was trying to disable those features in that kernel.
- Dave
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
