Merge pull request #77 from microsoft/pal_refactor

NetBSD support
This commit is contained in:
David Chisnall
2019-08-02 11:49:26 +01:00
committed by GitHub

View File

@@ -1,7 +1,6 @@
#pragma once
#if defined(__FreeBSD__) && !defined(_KERNEL)
# include "pal_bsd.h"
#include "pal_bsd.h"
namespace snmalloc
{
@@ -52,4 +51,3 @@ namespace snmalloc
}
};
} // namespace snmalloc
#endif