diff options
Diffstat (limited to 'src/threads/tss_create.c')
| -rw-r--r-- | src/threads/tss_create.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/tss_create.c b/src/threads/tss_create.c index 28219231..ff30995b 100644 --- a/src/threads/tss_create.c +++ b/src/threads/tss_create.c @@ -1,3 +1,5 @@ +#if 0 + #include <threads.h> #include <pthread.h> @@ -9,3 +11,6 @@ int tss_create(tss_t *key, tss_dtor_t dtor) /* STDC(201112) */ + + +#endif |
