Beispiel #1
0
struct mntent *__wrap_getmntent(FILE *fp)
{
#ifdef TARGET_POSIX
  return dll_getmntent(fp);
#endif
  return NULL;
}
Beispiel #2
0
struct mntent *__wrap_getmntent(FILE *fp)
{
#ifdef _LINUX
  return dll_getmntent(fp);
#endif
  return NULL;
}