File:  [DVB] / dietlibc / ia64 / umount-wrapper.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 29 15:56:33 2016 UTC (8 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
upstream Debian patches

#include <sys/mount.h>

int umount(const char *target) {
  return umount2(target, 0);
}

LinuxTV legacy CVS <linuxtv.org/cvs>