Released on Wed, 07 Jun 2006 23:43:52 +0000
[klibc] Change the syntax of the *.def file to be more C-like.

We have already had one build breakage due to quotes in comments
confusing cpp on *some*, but not *all*, platforms, due to the use of
-x assembler-with-cpp.  Go to using C++-style comments, and use -x c++
(-x c should work too on gcc 3 and above; if this becomes an issue we
can change it.)

While we're add it, add back the final semicolon, to make the declarations
look more like C prototypes.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 files changed