Search found 1 match
- Fri Jun 09, 2006 8:25 pm
- Forum: PSP Development
- Topic: Proposed patch to newlib
- Replies: 22
- Views: 14363
Re: Proposed patch to newlib
-fcntl support: the function is now implemented, and allows to set and get file descriptor flags. Implementation is not 100% complete. But socket's can be set to non-blocking mode via a fcntl call now. Also, file descriptors can be duplicated (with ref-counting so the real close is only called on t...