Results 18 comments of inglorion

I should have a pull request for this sometime next week.

PR #2032 implements this for most functions. Asynchronous I/O and a few others require some additional work.

I think the description needs to be updated. "Iterators and Ownership" is now in Day 2, Morning. I don't see "Designing a Library" in the exercises. Is this in "Storing...

It seems that 32-bit Android, too, uses 32-bit file offsets. Let's see if I can make 64-bit offsets work there, too.

Per https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md, Android has the *64 functions available, so I think the same change for glibc will work for Android, too.

@asomers, are you happy to take another look at this? As we discussed, I've changed to using i64 for offsets. I've also extended the change to cover Android, which on...

@SteveLauC, thank you for taking a look! Did you get a chance this past weekend?

@SteveLauC, thank you for taking a look and adding the pointers to the libc crate's proposed future direction. I do appreciate not wanting to do a big refactor in the...