Search found 2 matches

by TheEye
Thu Dec 20, 2007 12:10 am
Forum: PSP Development
Topic: ioctl missing?
Replies: 3
Views: 1562

The problem is that we would like to know the available data beforehand.

Does anyone have a list of known commands for the sceIoIoctl call?
by TheEye
Wed Dec 19, 2007 1:08 am
Forum: PSP Development
Topic: ioctl missing?
Replies: 3
Views: 1562

ioctl missing?

Hello, I was trying to determine the amount of data available on a socket using the following standard code: " ioctl(sock, FIONREAD, &num); " The ioctl function does not seem to be implemented as I get the following errors which I do not seem to be able to fix: " error: 'FIONREAD'...