Add nxstl

This commit is contained in:
Jack Andersen
2018-10-06 16:56:33 -10:00
parent 79506228ad
commit 22ed01ffc5
4 changed files with 463 additions and 18 deletions

View File

@@ -1,7 +1,9 @@
#ifndef _NXSTL_MUTEX
#define _NXSTL_MUTEX 1
#ifdef __SWITCH__
extern "C" {
#include <switch/kernel/mutex.h>
}
namespace std _GLIBCXX_VISIBILITY(default)
{