]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add link to qsort_r wierdness
authorKlaus Kämpf <kkaempf@suse.de>
Mon, 22 Jun 2009 14:03:54 +0000 (16:03 +0200)
committerKlaus Kämpf <kkaempf@suse.de>
Mon, 22 Jun 2009 14:03:54 +0000 (16:03 +0200)
src/util.c

index d534ba9a6b5270ae6d354a998d6cd1a6ace64fbf..cde01f4852376a103e445d6c9e5d399709d930fe 100644 (file)
@@ -99,7 +99,10 @@ sat_timems(unsigned int subtract)
 }
 
 /* bsd's qsort_r has different arguments, so we define our
-   own version in case we need to do some clever mapping */
+   own version in case we need to do some clever mapping
+   see also: http://sources.redhat.com/ml/libc-alpha/2008-12/msg00003.html
+ */
 void
 sat_sort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *, void *), void *compard)
 {