File:  [DVB] / dietlibc / lib / tss_set.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>

int tss_set(tss_t tss_id, void* val) {
  tss_id->data=val;
  return thrd_success;
}

LinuxTV legacy CVS <linuxtv.org/cvs>