blob: 423dc7a7dc503a9fcd8f2f1553c52ac8b5e5fc2f [file] [log] [blame]
#include <aliases.h>
int getaliasbyname_r(const char *name, struct aliasent *result, char *buffer,
size_t buflen, struct aliasent **res)
{
return 0;
}
stub_warning(getaliasbyname_r);