rtld - do not allow both dynamic DTV index and static TLS offset
[dragonfly.git] / lib / libc / stdlib / qsort_r.c
blobf7c0e54f7433063718b6804bc828be4d8c11144f
1 /*
2 * This file is in the public domain. Originally written by Garrett
3 * A. Wollman.
5 * $FreeBSD: src/lib/libc/stdlib/qsort_r.c,v 1.1 2002/09/10 02:04:49 wollman Exp $
6 */
7 #define I_AM_QSORT_R
8 #include "qsort.c"