1. I'm running on Damn Small Linux. I decompressed and untarred the files, and the default protections wouldn't let Firefox read the info and info/data directories. Maybe this is unique to me.
2. I played around with the sys_getcwd syscall as a first test. If it succeeds it appears to return the (positive) length of the string returned in the buffer, including the trailing NUL, not 0 as lscr says.
All in all, a very helpful package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1. I'm running on Damn Small Linux. I decompressed and untarred the files, and the default protections wouldn't let Firefox read the info and info/data directories. Maybe this is unique to me.
2. I played around with the sys_getcwd syscall as a first test. If it succeeds it appears to return the (positive) length of the string returned in the buffer, including the trailing NUL, not 0 as lscr says.
All in all, a very helpful package.
Could this be filesystem dependent?