File:  [DVB] / dietlibc / libugly / unsetenv.c
Revision 1.2: download - view: text, annotated - select for diffs
Wed Apr 14 13:13:29 2004 UTC (20 years, 1 month ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
- adding 'getgrouplist'
- fixing type of 'unsetenv'
- adding missing realtime syscalls 'clock_*' 'timer_*' and types

#include <stdlib.h>

int unsetenv(const char *name) {
  return putenv(name);
}


LinuxTV legacy CVS <linuxtv.org/cvs>