ashldi3: Use C89-style function definition

Use the 'prototype' style function definition. No functional change.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2022-11-27 13:23:25 -07:00
parent 1ea42a2880
commit 10e804b628
+1 -3
View File
@@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$");
* This is the same as logical shift left!
*/
quad_t
__ashldi3(a, shift)
quad_t a;
qshift_t shift;
__ashldi3(quad_t a, qshift_t shift)
{
union uu aa;