File:  [DVB] / dietlibc / lib / tss_get.c
Revision 1.1: download - view: text, annotated - select for diffs
Thu Mar 20 12:08:11 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
a) make sure the stack gets marked as non-executable
b) add tss functions from threads.h

#include <threads.h>

void* tss_get(tss_t tss_id) {
  return tss_id->data;
}

LinuxTV legacy CVS <linuxtv.org/cvs>