kernel-aes67/arch/parisc/math-emu
Arnd Bergmann cf15984886 parisc: avoid c23 'nullptr' idenitifier
Starting in c23, this is a reserved keyword, so in the future, using it
will start causing build failures:

arch/parisc/math-emu/frnd.c:36:23: error: expected ';', ',' or ')' before 'nullptr'

Since I can't think of a good replacement name, add a leading underscore
to the function argument to avoid this namespace conflict. Apparently
all of these arguments are unused.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2024-02-27 22:51:44 +01:00
..
Makefile
README
cnv_float.h
dbl_float.h
decode_exc.c
denormal.c
dfadd.c
dfcmp.c
dfdiv.c
dfmpy.c
dfrem.c
dfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
dfsub.c
driver.c
fcnvff.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfu.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfut.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfx.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvfxt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvuf.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
fcnvxf.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
float.h
fmpyfadd.c
fpbits.h
fpu.h
fpudispatch.c
frnd.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
hppa.h
math-emu.h
sfadd.c
sfcmp.c
sfdiv.c
sfmpy.c
sfrem.c
sfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
sfsub.c
sgl_float.h

README

All files except driver.c are snapshots from the HP-UX kernel.  They've
been modified as little as possible.  Even though they don't fit the
Linux coding style, please leave them in their funny format just in case
someone in the future, with access to HP-UX source code, is generous
enough to update our copies with later changes from HP-UX -- it'll
make their 'diff' job easier if our code is relatively unmodified.

Required Disclaimer: Hewlett-Packard makes no implied or expressed
warranties about this code nor any promises to maintain or test it
in any way.  This copy of this snapshot is no longer the property
of Hewlett-Packard.