File:  [DVB] / dietlibc / libcompat / clearenv.c
Revision 1.1: download - view: text, annotated - select for diffs
Mon Aug 29 13:12:10 2005 UTC (18 years, 9 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
add clearenv for udev

#define _GNU_SOURCE
#include <stdlib.h>

int clearenv(void) {
  environ=0;
  return 0;
}

LinuxTV legacy CVS <linuxtv.org/cvs>