diff options
Diffstat (limited to 'libc/docs/gpu/support.rst')
| -rw-r--r-- | libc/docs/gpu/support.rst | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/libc/docs/gpu/support.rst b/libc/docs/gpu/support.rst index c8b1052ce168..44c21c7b4c1f 100644 --- a/libc/docs/gpu/support.rst +++ b/libc/docs/gpu/support.rst @@ -47,7 +47,6 @@ Function Name Available RPC Required bcmp |check| bcopy |check| bzero |check| -index |check| memccpy |check| memchr |check| memcmp |check| @@ -57,11 +56,8 @@ memmove |check| mempcpy |check| memrchr |check| memset |check| -rindex |check| stpcpy |check| stpncpy |check| -strcasecmp |check| -strcasestr |check| strcat |check| strchr |check| strchrnul |check| @@ -74,7 +70,6 @@ strerror |check| strlcat |check| strlcpy |check| strlen |check| -strncasecmp |check| strncat |check| strncmp |check| strncpy |check| @@ -90,6 +85,21 @@ strtok_r |check| strxfrm |check| ============= ========= ============ +strings.h +--------- + +============= ========= ============ +Function Name Available RPC Required +============= ========= ============ +bcmp |check| +bcopy |check| +bzero |check| +strcasecmp |check| +strcasestr |check| +index |check| +rindex |check| +============= ========= ============ + stdbit.h -------- @@ -176,6 +186,7 @@ atol |check| atoll |check| exit |check| |check| abort |check| |check| +system |check| |check| labs |check| llabs |check| div |check| @@ -239,8 +250,8 @@ snprintf |check| vsprintf |check| vsnprintf |check| sscanf |check| -scanf |check| -fscanf |check| +scanf |check| |check| +fscanf |check| |check| putchar |check| |check| fclose |check| |check| fopen |check| |check| |
