# Function parameter names to rename.
#
# In alphabetical order.
#

clock_gettime(clk_id, tp)
clock_settime(clk_id, tp)
close(fd)
connect(sockfd, addr, addrlen)
dup(oldfd)
dup2(oldfd, newfd)
endmntent(streamp)
epoll_create(size)
epoll_ctl(epfd, op, fd, event)
epoll_wait(epfd, events, maxevents, timeout)
fclose(stream)
fflush(stream)
fgets(s, size, stream)
fileno(stream)
fopen(path, mode)
fread(ptr, size, nmemb, stream)
free(ptr)
freeaddrinfo(res)
fseek(stream, offset, whence)
ftell(stream)
fwrite(ptr, size, nmemb, stream)
getaddrinfo(name, service, hints, res)
getsockopt(sockfd, level, optname, optval, optlen)
getmntent(stream)
gettimeofday(tv, tz)
ioctl(fd, request)
malloc(size)
mount(source, target, filesystemtype, mountflags, data)
nftw(dirpath, fn, nopenfd, flags)
open(pathname, flags)
pipe(pipefd)
poll(fds, nfds, timeout)
read(fd, buf, count)
sendto(sockfd, buf, len, flags, dest_addr, addrlen)
setsockopt(sockfd, level, optname, optval, optlen)
settimeofday(tv, tz)
socket(domain, type, protocol)
sleep(seconds)
statvfs(path, buf)
time(tloc)
timerfd_settime(fd, flags, new_value, old_value)
usleep(usec)
write(fd, buf, count)
