> I am porting an Threading Application from Hp-UX 11.0
>to Red Hat Linux 6.2. There is a system call pthread_condattr_setpshared
>and pthread_mutex_setpshared in HP-UX which is not available on Linux.
Newer glibc versions (2.2+) have this.
Try
http://sources.redhat.com/glibc/
Note that all this is user space, not kernel space.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/