mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 15:30:14 +00:00
Fix typo in compat_symbol call for old adjtime.
This commit is contained in:
parent
f0824b0c78
commit
4a88ca4687
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user