/* * Copyright (C) 2000-2006 Erik Andersen * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include <_lfs_64.h> #include #if __WORDSIZE != 64 # include # include "dirstream.h" int alphasort64(const struct dirent64 **a, const struct dirent64 **b) { return strcoll((*a)->d_name, (*b)->d_name); } #endif