mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
bash-5.0-rc1 release
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ int
|
||||
strncasecmp (string1, string2, count)
|
||||
const char *string1;
|
||||
const char *string2;
|
||||
int count;
|
||||
size_t count;
|
||||
{
|
||||
register const char *s1;
|
||||
register const char *s2;
|
||||
|
||||
Reference in New Issue
Block a user