diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:03:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:03:23 +0000 |
commit | 0dc0969cd0a732760f0aa79942a04e0eaef297c4 (patch) | |
tree | 051bdb57b1ac6ee143f61ddbb47bd0da619f6f0c /test/support/platform_support.h | |
parent | 868847c6900e575417c03bced6e562b3af891318 (diff) |
Notes
Diffstat (limited to 'test/support/platform_support.h')
-rw-r--r-- | test/support/platform_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/platform_support.h b/test/support/platform_support.h index f4c2247e0dfb..737e5d7a01ce 100644 --- a/test/support/platform_support.h +++ b/test/support/platform_support.h @@ -59,7 +59,7 @@ #endif #if defined(_NEWLIB_VERSION) && defined(__STRICT_ANSI__) -// Newlib provies this, but in the header it's under __STRICT_ANSI__ +// Newlib provides this, but in the header it's under __STRICT_ANSI__ extern "C" { int mkstemp(char*); } |