Fix typo in compat_symbol call for old adjtime.

This commit is contained in:
Ulrich Drepper 2000-04-15 16:57:53 +00:00
parent f0824b0c78
commit 4a88ca4687

View File

@ -68,7 +68,7 @@ extern int ADJTIMEX (struct TIMEX *);
#include <sysdeps/unix/sysv/linux/adjtime.c>
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
compat_symbol (libc, __adjtime_tv32, adjtime, GLIBC_2.0);
compat_symbol (libc, __adjtime_tv32, adjtime, GLIBC_2_0);
#endif
#undef TIMEVAL