Fix comment.

This commit is contained in:
wb2osz 2023-10-14 17:45:39 +01:00
parent 34ba203532
commit 786e43322f
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ include(CheckSymbolExists)
# #
# This was all working fine until these were added to the gnu c library 2.38. # This was all working fine until these were added to the gnu c library 2.38.
# References: # References:
* - https://www.gnu.org/software/libc/sources.html # - https://www.gnu.org/software/libc/sources.html
# - https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD # - https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD
# #
# This test is not detecting them for glibc 2.38 resulting in a conflict. # This test is not detecting them for glibc 2.38 resulting in a conflict.