Skip to content
Commit e5f3e299 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes



Those return codes are only defined for the parisc architecture and
are leftovers from when we wanted to be HP-UX compatible.

They are not returned by any Linux kernel syscall but do trigger
problems with the glibc strerrorname_np() and strerror() functions as
reported in glibc issue #31080.

There is no need to keep them, so simply remove them.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Reported-by: default avatarBruno Haible <bruno@clisp.org>
Closes: https://sourceware.org/bugzilla/show_bug.cgi?id=31080
Cc: stable@vger.kernel.org
parent fe76a134
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment