This patch add a few weak_alias forgotten, so that non-internal
symbols are defined to be used from application.
Modifying only the minix-specific part, this patch needs no update
to minix-port.patch.
* 2 Dec 1994
*/
#define nil 0
+#include "namespace.h"
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
+#ifdef __weak_alias
+__weak_alias(getdomainname, _getdomainname)
+#endif
+
int getdomainname(char *domain, size_t size)
{
char nodename[256];
#include <sys/cdefs.h>
#include "namespace.h"
+#ifdef __weak_alias
+__weak_alias(bind, _bind)
+#endif
+
#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#ifdef __weak_alias
+__weak_alias(chown, _chown)
+#endif
+
PUBLIC int chown(const char *name, uid_t owner, gid_t grp)
{
message m;