lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | /* Bypass sysdeps/posix/dl-fileid.h, which relies on st_dev/st_ino being |
2 | reliable. Under NaCl, we cannot always expect them to be useful. | ||||
3 | Fortunately, in the ways NaCl is used it's far less likely that two | ||||
4 | different names for the same file would be used in dlopen or the like, | ||||
5 | so failing to notice re-opening the same file is not so likely to be a | ||||
6 | problem in practice. */ | ||||
7 | |||||
8 | #include <sysdeps/generic/dl-fileid.h> |