linux-stable/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 parisc: math-emu: Avoid compiler warnings with W=1 2023-07-03 18:56:03 +02:00
README
cnv_float.h Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 2019-06-06 13:13:09 -07:00
dbl_float.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
decode_exc.c parisc: align '*' in comment in math-emu code 2022-06-26 00:19:27 +02:00
denormal.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfadd.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
dfcmp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfdiv.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfmpy.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfrem.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
dfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
dfsub.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
driver.c Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2019-07-08 21:48:15 -07:00
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 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fmpyfadd.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fpbits.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
fpu.h parisc: math-emu: Few spelling fixes in the file fpu.h 2021-04-06 15:34:14 +02:00
fpudispatch.c parisc: math-emu: Fix fall-through warnings 2021-09-01 22:18:18 +02:00
frnd.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
hppa.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
math-emu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfadd.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
sfcmp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfdiv.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfmpy.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfrem.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00
sfsqrt.c parisc: avoid c23 'nullptr' idenitifier 2024-02-27 22:51:44 +01:00
sfsub.c parisc: Fix typos in comments 2022-05-08 20:01:12 +02:00
sgl_float.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 2019-05-30 11:25:19 -07:00

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.