Remove unnecessary patch 3
This commit is contained in:
@@ -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__ */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user