diff options
author | 2018-01-16 19:17:19 -0600 | |
---|---|---|
committer | 2018-01-16 19:26:18 -0600 | |
commit | 4a8a71f1e78860262e189ba36a19afca956b81c2 (patch) | |
tree | 0e7bde799ef7f1b5b31a809097eae64b55100b04 /ChangeLog.txt | |
parent | fffb4fb3be46911e8725dae229f8a4a07ecd9ba8 (diff) | |
download | pseudo-4a8a71f1e78860262e189ba36a19afca956b81c2.tar.gz pseudo-4a8a71f1e78860262e189ba36a19afca956b81c2.tar.bz2 pseudo-4a8a71f1e78860262e189ba36a19afca956b81c2.zip |
Drop diagnostic for missing "real" functions
It turns out that these diagnostics can be spurious now on
some hosts, also that they've probably been wrong forever;
for instance, on some Linux, there's not a real "mknod" function
and probably never was, so reporting this error is pointless.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 033fdcf..165faa8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,8 @@ it's actually probably right. * (<zboszor@pr.hu>) handle extremely long group names in getgrnam and similar functions. + * (seebs) drop the diagnostic for a missing "real" function + as it turns out to be counterproductive at best. 2017-12-22: * (seebs) handle the pathological case of LINKAT with |