Каталог требований LSB Core 3.1
Требования для функции 'seekdir'
| Standard | ID | Description |
| SUSv3 | seekdir.01 | The seekdir() function shall set the position of the next readdir() operation on the directory stream specified by dirp to the position specified by loc |
| SUSv3 | seekdir.02 | The value of loc should have been returned from an earlier call to telldir() |
| SUSv3 | seekdir.02.01 | If the value of loc was not obtained from an earlier call to telldir(), or if a call to rewinddir() occurred between the call to telldir() and the call to seekdir(), the results of subsequent calls to readdir() are unspecified |