Elias Naur 9eb383e8f0 runtime,os,syscall,internal/poll: replace getdirentries on iOS
The getdirentries syscall is considered private API on iOS and is
rejected by the App Store submission checks. Replace it with the
fdopendir/readdir_r/closedir syscalls.

Fixes #28984

Change-Id: I73341b124310e9cb34834a95f946769f337ec5b7
Reviewed-on: https://go-review.googlesource.com/c/153338
Reviewed-by: Keith Randall <khr@golang.org>
2018-12-13 17:10:32 +00:00
..
2018-10-08 03:12:03 +00:00
2018-10-06 15:40:03 +00:00
2018-10-04 01:16:52 +00:00
2018-10-03 20:13:35 +00:00
2018-10-25 23:23:57 +00:00
2018-12-13 00:35:06 +00:00
2018-08-25 22:39:17 +00:00