mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-06 08:09:58 +00:00
525.60.11
This commit is contained in:
@@ -2393,6 +2393,17 @@ nvswitch_os_strncmp
|
||||
return strncmp(s1, s2, length);
|
||||
}
|
||||
|
||||
char*
|
||||
nvswitch_os_strncat
|
||||
(
|
||||
char *s1,
|
||||
const char *s2,
|
||||
NvLength length
|
||||
)
|
||||
{
|
||||
return strncat(s1, s2, length);
|
||||
}
|
||||
|
||||
void *
|
||||
nvswitch_os_memset
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user