File:  [DVB] / dietlibc / lib / __umount.c
Revision 1.1: download - view: text, annotated - select for diffs
Thu Mar 3 18:40:05 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
get rid of lots of socket cruft

#include <sys/mount.h>
#include "syscalls.h"

#ifndef __NR_umount
int umount(const char *target)
{
       return umount2(target, 0);
}
#endif


LinuxTV legacy CVS <linuxtv.org/cvs>