Re: {put,get}_user() side effects
From: Kevin P. Fleming
Date: Tue Apr 06 2004 - 10:36:10 EST
Xavier Bestel wrote:
Sorry, I read too fast. I didn't know sizeof could avoid side effects.
Both typeof and sizeof are compile-time constructs, so there is no
opportunity for any expression side effects to occur. Presumably one
could do:
typeof(1/0UL)
without ever causing the obvious side effect either (granted, this is a
pointless piece of code :-)).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/