Fixing cross build i386 on minix

This commit is contained in:
2013-01-18 00:06:11 +01:00
parent bdcbfa90ca
commit 96836647f8
36 changed files with 44 additions and 37 deletions

View File

@@ -53,4 +53,6 @@ loginx(const struct utmpx *ut)
(void)updwtmpx(_PATH_WTMPX, ut);
}
#if defined(__minix) && defined(__weak_alias)
__weak_alias(loginx, __loginx50)
#endif