Lines 161-169
EXPORT_SYMBOL(to_tm);
Link Here
|
161 |
long long __ashrdi3(long long, int); |
161 |
long long __ashrdi3(long long, int); |
162 |
long long __ashldi3(long long, int); |
162 |
long long __ashldi3(long long, int); |
163 |
long long __lshrdi3(long long, int); |
163 |
long long __lshrdi3(long long, int); |
|
|
164 |
int __ucmpdi2(uint64_t, uint64_t); |
164 |
EXPORT_SYMBOL(__ashrdi3); |
165 |
EXPORT_SYMBOL(__ashrdi3); |
165 |
EXPORT_SYMBOL(__ashldi3); |
166 |
EXPORT_SYMBOL(__ashldi3); |
166 |
EXPORT_SYMBOL(__lshrdi3); |
167 |
EXPORT_SYMBOL(__lshrdi3); |
|
|
168 |
EXPORT_SYMBOL(__ucmpdi2); |
167 |
#endif |
169 |
#endif |
168 |
|
170 |
|
169 |
EXPORT_SYMBOL(memcpy); |
171 |
EXPORT_SYMBOL(memcpy); |
170 |
|
172 |
|
171 |
-- |
173 |
-- |
172 |
dwmw2 |
174 |
dwmw2 |
173 |
|
175 |
|
174 |
- |
176 |
- |
175 |
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in |
177 |
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in |
176 |
the body of a message to majordomo@vger.kernel.org |
178 |
the body of a message to majordomo@vger.kernel.org |
177 |
More majordomo info at http://vger.kernel.org/majordomo-info.html |
179 |
More majordomo info at http://vger.kernel.org/majordomo-info.html |
178 |
Please read the FAQ at http://www.tux.org/lkml/ |
180 |
Please read the FAQ at http://www.tux.org/lkml/ |