NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PR/57809



The following reply was made to PR lib/57809; it has been noted by GNATS.

From: nia <nia%NetBSD.org@localhost>
To: riastradh%netbsd.org@localhost
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: PR/57809
Date: Sun, 25 May 2025 10:12:00 +0000

 Several things that popped up during testing:
 
 - Some software expects these to be defined by preprocessor 
   so that it can test their existence with #ifdef. This is
   fairly easy to work around by making them #defines pointing
   to the underlying functions.
 
 - Some software passes const data to FD_ISSET. POSIX seems to
   define the pointer argument to FD_ISSET as non-const (!?)
 


Home | Main Index | Thread Index | Old Index