]> git.ipfire.org Git - thirdparty/sqlite.git/commit
We learn that readdir_r() is deprecated in favor of plain old readdir(), which
authordrh <drh@noemail.net>
Fri, 22 Mar 2019 13:53:25 +0000 (13:53 +0000)
committerdrh <drh@noemail.net>
Fri, 22 Mar 2019 13:53:25 +0000 (13:53 +0000)
commited26483346dc9b6925330e45786bf589735ddbf0
treeada6d16f8983492ed5ddcdf104b5fa483c0fadbd
parentfb5567123f13ff7f915069d2d4cdaf832ff0baa9
We learn that readdir_r() is deprecated in favor of plain old readdir(), which
is now suppose to be threadsafe using thread-local storage.  So remove the
use of readdir_r() from the test code.  (SQLite itself never calls readdir()
or readdir_r()).

FossilOrigin-Name: 7a0a26ed380dd0bdda50b0204b30b53bbbbc70f278eba02f91541ac6c691aef2
manifest
manifest.uuid
src/test_fs.c