drop the minix_ prefixes for mmap and munmap
also cleanup of various minix-specific changes, cleanup of mmap-related testing. Change-Id: I289a4fc50cf8a13df4a6082038d860853a4bd024
This commit is contained in:
@@ -44,11 +44,6 @@
|
||||
#include <err.h>
|
||||
#include "returns.h"
|
||||
|
||||
#if defined(__minix)
|
||||
#define munmap minix_munmap
|
||||
#define mmap minix_mmap
|
||||
#endif /* defined(__minix) */
|
||||
|
||||
void yyparse(void);
|
||||
#define DEF_TERMPATH "."
|
||||
#define DEF_TERM "atf"
|
||||
|
||||
Reference in New Issue
Block a user