This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use a compile and run test for clang++.
authorAndy Dougherty <doughera@lafayete.edu>
Tue, 27 Aug 2019 01:39:57 +0000 (21:39 -0400)
committerAndy Dougherty <doughera@lafayete.edu>
Tue, 31 Dec 2019 02:03:22 +0000 (21:03 -0500)
commit0c5713c91301a1aa613823063247e1be3a826d8b
tree548fa0df7106573f04add9991278f7dfc5ce114a
parent06623e0ae65d2ba541e4711af886616feb1ded8d
Use a compile and run test for clang++.

For glibc, previous reports were that some functions (such as lchown())
are present in libc, but are unimplemented.  That is, they always fail
and set errno=ENOSYS.  Unfortunately, the stub test doesn't work under
clang++.  Thus use a compile and run test.
U/compline/d_lchown.U