diff options
author | Ken Brown <kbrown@cornell.edu> | 2022-05-22 15:16:47 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2022-05-29 17:45:52 -0400 |
commit | 7c0de0af97d35c8fed5ffbf311e54af85d1c4af3 (patch) | |
tree | 3bb55b0481abfc813711fa0e21f591eeea53cf76 /mkinstalldirs | |
parent | 98180795ded4dae9bb5d24e7d38a4589fca9a0cf (diff) | |
download | newlib-7c0de0af97d35c8fed5ffbf311e54af85d1c4af3.zip newlib-7c0de0af97d35c8fed5ffbf311e54af85d1c4af3.tar.gz newlib-7c0de0af97d35c8fed5ffbf311e54af85d1c4af3.tar.bz2 |
Cygwin: remove some 32-bit-only function definitions
Remove the definitions of the following: acl, aclcheck, aclfrommode,
aclfrompbits, aclfromtext, aclsort, acltomode, acltopbits, acltotext,
chown, fchown, _fcntl, fstat, _fstat_r, ftruncate, getegid, geteuid, getgid,
getgrent, getgrgid, getgrnam, getgroups, getpwduid, getpwuid,
getpwuid_r, getuid, initgroups, lacl, lacl32, lchown, lseek, lstat,
mknod, mmap, setegid, seteuid, setgid, setgroups, setregid, setreuid,
setuid, stat, _stat_r, truncate.
[For most of these, the corresponding 64-bit entry points are obtained
by exporting aliases. For example, acl is an alias for acl32, and
truncate is an alias for truncate64.]
Remove the following structs and all code using them (which is 32-bit
only): __stat32, __group16, __flock32, __aclent16_t.
Remove the typedefs of __blkcnt32_t __dev16_t, __ino32_t, which are
used only in code that has been removed.
Put the typedefs of __uid16_t and __gid16_t in one header, instead of
one header if __INSIDE_CYGWIN__ is defined and a different header
otherwise.
Diffstat (limited to 'mkinstalldirs')
0 files changed, 0 insertions, 0 deletions