Remove unnecessary patch 3

This commit is contained in:
2018-01-21 09:56:04 +01:00
parent 428c4f0fc8
commit 38ba81e87f
2 changed files with 0 additions and 7 deletions

View File

@@ -927,11 +927,8 @@
#define __learn_tree ___learn_tree
#if defined(__minix)
#define sprofile _sprofile /* LSC: Is this really needed? */
/* Needed to allow RS and VM to provide their own implementations. */
#define munmap _munmap
#endif /* defined(__minix) */
#endif /* __weak_alias */
#endif /* !__lint__ */

View File

@@ -1,10 +1,6 @@
#include <sys/cdefs.h>
#include "namespace.h"
#ifdef __weak_alias
__weak_alias(sprofile, _sprofile)
#endif
#include <lib.h>
#include <string.h>
#include <minix/profile.h>