Comment 34 for bug 2001932

Revision history for this message
Simon Chopin (schopin) wrote :

Disregard the now-removed comment, it was for bug 2001975

This one was (also) verified in a fresh LXD container:

root@focal-glibc:~# gcc -o test_strncmp test_strncmp.c
root@focal-glibc:~# ./test_strncmp && echo OK
strncmp returned 0
OK