summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libugly/endmntent.c
blob: 00ade38e5ef15fc5f720f0e07de03a92dd4dcba8 (plain)
1
2
3
4
5
6
7
#include <stdio.h>
#include <mntent.h>

int endmntent(FILE *filep) {
  return fclose(filep);
}