acadia-newlib/winsup/cygwin
Ken Brown 7c0de0af97 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.
2022-05-29 17:45:52 -04:00
..
include Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
lib Cygwin: document why we can't drop the _pei386_runtime_relocator dummy 2022-05-16 18:17:06 +02:00
libc
math
regex
release Cygwin: document last bug fix 2022-05-29 17:42:06 -04:00
tzcode
DevNotes
Makefile.am
ROADMAP
advapi32.cc
aio.cc
analyze_sigfe
assert.cc
autoload.cc
automode.c
binmode.c
child_info.h
clock.cc
clock.h
collate.h
common.din
config.h.in
cpuid.h
crt0.c
ctype.cc
cxx.cc
cygerrno.h
cygheap.cc Cygwin: cygheap: Fix the issue of cygwin1.dll in the root directory. 2022-05-28 23:16:21 +09:00
cygheap.h
cygheap_malloc.h
cyglsa.h
cygmagic
cygmalloc.h
cygserver.h
cygserver_ipc.h
cygserver_msg.h
cygserver_pwdgrp.h
cygserver_sem.h
cygserver_setpwd.h
cygserver_shm.h
cygthread.cc
cygthread.h
cygtls.cc
cygtls.h Cygwin: drop i686 exception handling 2022-05-17 14:12:32 +02:00
cygwait.cc
cygwait.h
cygwin-cxx.h
cygwin-shilka
cygwin.ldif
cygwin.sc.in
cygwin_version.h
cygxdr.cc
cygxdr.h
dcrt0.cc
debug.cc
debug.h
devices.cc
devices.h
devices.in
dir.cc
dlfcn.cc
dll_init.cc
dll_init.h
dtable.cc
dtable.h
environ.cc
environ.h
errno.cc
exception.h Cygwin: drop i686 exception handling 2022-05-17 14:12:32 +02:00
exceptions.cc Cygwin: drop i686 exception handling 2022-05-17 14:12:32 +02:00
exec.cc
external.cc
fcntl.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
fenv.c
fhandler.cc
fhandler.h
fhandler_clipboard.cc
fhandler_console.cc
fhandler_cygdrive.cc
fhandler_dev.cc
fhandler_dev_fd.cc
fhandler_disk_file.cc
fhandler_dsp.cc
fhandler_fifo.cc
fhandler_floppy.cc
fhandler_mqueue.cc
fhandler_netdrive.cc
fhandler_nodevice.cc
fhandler_pipe.cc
fhandler_proc.cc fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.18 cpuinfo flags 2022-05-25 13:11:40 -04:00
fhandler_process.cc
fhandler_process_fd.cc
fhandler_procnet.cc
fhandler_procsys.cc
fhandler_procsysvipc.cc
fhandler_random.cc
fhandler_raw.cc
fhandler_registry.cc
fhandler_serial.cc
fhandler_signalfd.cc
fhandler_socket.cc
fhandler_socket_inet.cc
fhandler_socket_local.cc
fhandler_socket_unix.cc
fhandler_tape.cc
fhandler_termios.cc
fhandler_timerfd.cc
fhandler_tty.cc
fhandler_virtual.cc
fhandler_virtual.h
fhandler_windows.cc
fhandler_zero.cc
flock.cc
fork.cc
forkable.cc
gcc_seh.h
gcrt0.c
gendef
gendevices
gentls_offsets Cygwin: Use two pass parse for tlsoffsets generation. 2022-05-19 04:03:16 +09:00
glob.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
glob_pattern_p.cc
globals.cc
gmon.c
gmon.h
grp.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
heap.cc
heap.h
hookapi.cc
how-autoload-works.txt
how-cygheap-works.txt
how-cygtls-works.txt
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt
how-startup-shutdown-works.txt
how-to-debug-cygwin.txt
init.cc
ioctl.cc
ipc.cc
kernel32.cc
lc_era.h
lc_msg.h
ldap.cc
ldap.h
libstdcxx_wrapper.cc
loadavg.cc
loadavg.h
lsearch.cc
malloc.cc
malloc_wrapper.cc
math.h
mcount.c
mcountFunc.S
miscfuncs.cc
miscfuncs.h
mkglobals_h
mkimport
mktemp.cc
mkvers.sh
mmap.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
mmap_alloc.cc
mmap_alloc.h
mmap_helper.h
mount.cc
mount.h
mqueue_types.h
msg.cc
mtinfo.h
net.cc
netdb.cc
nfs.cc
nfs.h
nlsfuncs.cc
ntdll.h
ntea.cc
ntsecapi.h
passwd.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
path.cc
path.h
pathfinder.h
perprocess.h
pinfo.cc Cygwin: make sure exec'ed process exists early in process list 2022-05-19 10:46:41 +02:00
pinfo.h
poll.cc
posix_ipc.cc
posix_timer.cc
posix_timer.h
profil.c
profil.h
pseudo-reloc.cc
pthread.cc
pwdgrp.h
quotactl.cc
random.cc
registry.cc
registry.h
regparm.h
resource.cc
scandir.cc
sched.cc
sec_acl.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
sec_auth.cc
sec_helper.cc
sec_posixacl.cc
sec_posixacl.h
security.cc
security.h Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
select.cc
select.h
sem.cc
setlsapwd.cc
shared.cc
shared_info.h
shm.cc
signal.cc
sigproc.cc
sigproc.h
smallprint.cc
sortdin
spawn.cc Cygwin: make sure exec'ed process exists early in process list 2022-05-19 10:46:41 +02:00
speclib
spinlock.h
strace.cc
strfuncs.cc
string.h
strsep.cc
strsig.cc
sync.cc
sync.h
syscalls.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
sysconf.cc
syslog.cc
termios.cc
textmode.c
textreadmode.c
thread.cc
thread.h
timerfd.cc
timerfd.h
times.cc
tls_pbuf.cc
tls_pbuf.h
tty.cc
tty.h
uinfo.cc Cygwin: remove some 32-bit-only function definitions 2022-05-29 17:45:52 -04:00
uname.cc Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname 2022-05-16 18:17:06 +02:00
update-copyright
userinfo.h
vstrlist.h
wait.cc
wchar.h
wincap.cc
wincap.h
window.cc
winf.cc Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
winf.h
wininfo.h
winlean.h
winsup.h
winver.rc
x86_64.din