diff options
author | bcook <> | 2015-06-19 06:20:11 +0000 |
---|---|---|
committer | bcook <> | 2015-06-19 06:20:11 +0000 |
commit | 6fa9edbb1e8e7fb30f0939202e9fe1997b17524f (patch) | |
tree | 88da262440d3a036e966216ce3ac561ba5b931cd /src/lib/libc/string/strtok.c | |
parent | 3293ee7f21e12c11500db87f81e518c9dada1317 (diff) | |
download | openbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.tar.gz openbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.tar.bz2 openbsd-6fa9edbb1e8e7fb30f0939202e9fe1997b17524f.zip |
Add standard headers, C++ support to tls.h.
This makes using libtls easier to include by including dependent headers,
making something like this work as expected:
#include <iostream>
#include <tls.h>
int main()
{
std::cout << "tls_init: " << tls_init() << "\n";
}
This also makes building a standalone libtls-portable simpler.
ok doug@, jsing@
Diffstat (limited to 'src/lib/libc/string/strtok.c')
0 files changed, 0 insertions, 0 deletions