seekdir - set the position of the next readdir() call in the directory stream.
#include <dirent.h>
void seekdir(DIR *dirp, long loc);
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
The seekdir() function returns no value.