]>
Commit | Line | Data |
---|---|---|
b061a43b A |
1 | # (i386 only) |
2 | # There used to be legacy versions of various funciotns, but we've removed them | |
3 | # and just given everyone the UNIX2003 behavior. The legacy variant doesn't | |
4 | # build those functions anymore, they are just aliased to corresponding 32-bit | |
5 | # non-legacy symbols. e.g.: | |
6 | # _opendir legacy, aliased to _opendir$UNIX2003 | |
7 | # _opendir$UNIX2003 32-bit inodes | |
8 | # _opendir$INODE64$UNIX2003 64-bit inodes | |
9 | ||
10 | ___opendir2$UNIX2003 ___opendir2 | |
11 | __seekdir$UNIX2003 __seekdir | |
12 | _closedir$UNIX2003 _closedir | |
13 | _fdopendir$UNIX2003 _fdopendir | |
14 | _opendir$UNIX2003 _opendir | |
15 | _rewinddir$UNIX2003 _rewinddir | |
16 | _seekdir$UNIX2003 _seekdir | |
17 | _telldir$UNIX2003 _telldir | |
18 | ||
19 | _strerror$UNIX2003 _strerror |