▲ | jborean93 3 hours ago | |||||||
No idea if the POSIX subsystem used NTFS or some other filesystem but if it was NTFS it probably just used the same reparse data buffer. It's just that Windows only added a symlink buffer structure in Vista/2008. You can manually use the same data buffer in older Windows versions it just won't know what to do with them just like all the other reparse data structures. | ||||||||
▲ | chasil 3 hours ago | parent [-] | |||||||
So the "reparse data buffer" would be able to implement symlink() as a POSIX system call? https://pubs.opengroup.org/onlinepubs/009695299/functions/sy... | ||||||||
|