hppa: fix loading of global pointer in _start [BZ #20277]
[glibc.git] / sysdeps / nacl / dl-fileid.h
blob4c34581701b4dd569df1420346d3042ce544e864
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. */
8 #include <sysdeps/generic/dl-fileid.h>