Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / qsort.al
bloba5c1eb3b09350402ce4c071f4b94fb11ace26e08
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 456 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/qsort.al)"
7 sub qsort {
8     unimpl "qsort() is C-specific, use sort instead";
11 # end of POSIX::qsort