diff options
author | Julian Andres Klode <jak@debian.org> | 2015-10-23 17:28:27 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-10-30 15:35:57 +0100 |
commit | 7d70f7993e2e6e465ac216bc21ec15ed7b7d9ff5 (patch) | |
tree | b6bc0f3fc002e48129e6e8bce30ec2835d8baf98 /debian | |
parent | f1f9f9bfec4c2ad664698a026773276b0b5a4ac8 (diff) |
orderlist: Replace qsort() by thread-safe std::sort()
Gbp-Dch: ignore
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libapt-pkg5.0.symbols | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libapt-pkg5.0.symbols b/debian/libapt-pkg5.0.symbols index 5ff1fa2cd..d2d54f925 100644 --- a/debian/libapt-pkg5.0.symbols +++ b/debian/libapt-pkg5.0.symbols @@ -274,7 +274,6 @@ libapt-pkg.so.5.0 libapt-pkg5.0 #MINVER# (c++)"pkgOrderList::VisitProvides(pkgCache::DepIterator, bool)@APTPKG_5.0" 0.8.0 (c++)"pkgOrderList::OrderConfigure()@APTPKG_5.0" 0.8.0 (c++)"pkgOrderList::VisitRProvides(bool (pkgOrderList::*)(pkgCache::DepIterator), pkgCache::VerIterator)@APTPKG_5.0" 0.8.0 - (c++)"pkgOrderList::Me@APTPKG_5.0" 0.8.0 (c++)"pkgOrderList::DoRun()@APTPKG_5.0" 0.8.0 (c++)"pkgOrderList::Score(pkgCache::PkgIterator)@APTPKG_5.0" 0.8.0 (c++)"pkgOrderList::AddLoop(pkgCache::DepIterator)@APTPKG_5.0" 0.8.0 |