/* * This is behind the ifdef so that we don't provide the symbol when there's no * possibility of there being a usable clocksource, because there's nothing we * can do without it. When libc fails the symbol lookup it should fall back on * the standard syscall path.
*/ int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
{ return __cvdso_gettimeofday(tv, tz);
}
/* * This is behind the ifdef so that we don't provide the symbol when there's no * possibility of there being a usable clocksource, because there's nothing we * can do without it. When libc fails the symbol lookup it should fall back on * the standard syscall path.
*/ int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
{ return __cvdso_gettimeofday(tv, tz);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.