Remove socket.S implementation
[glibc.git] / WUR-REPORT
blobd997bd0391479baa3f02f937edd30780f4485679
1 <unistd.h>:
3 lssek:   Probably should be __wur but lseek(fd,SEEK_SET,0) will succeed if
4          the descriptor is fine.
5 lseek64: same
7 <stdio.h>:
9 setvbuf:   if stream and buffer are fine and other parameters constant,
10            it cannot really fail.
11 fseek:     see lseek
12 fseeko:    likewise
13 fgetpos:   similarly
14 fsetpos:   likewise
17 <stdlib.h>:
19 atexit:    it is guaranteed that a certain number of handlers can be
20            registered, so some calls might need not be checked
21 on_exit:   same
22 random functions:  one might want to discard a number of results.  In any
23            case, no security problem
26 putenv:    probably SHOULD be marked, but we'll wait a bit.
27 setenv:    likewise
28 unsetenv:  likewise
29 clearenv:  likewise
31 mbstowcs:  probably SHOULD be marked
32 wcstombs:  likewise
34 ptsname_r: probably SHOULD be marked