lib/errno.c
From: Chase Venters
Date: Tue Aug 01 2006 - 14:24:27 EST
I'm curious if there's a reason we're still carrying "lib/errno.c".
The string "errno" is used pretty heavily but from a grep glance it seems
any users define it locally (and indeed, the concurrency issues with a global
'errno' symbol mean it would be worthless except during boot, or maybe
under BKL).
Thanks,
Chase
-
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/