From b82baff62ab7f5eb277b53f2a625c8a41392dbdf Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 23 Jan 2000 09:08:30 +0000 Subject: cygwin update (from Eric Fifer ) p4raw-id: //depot/perl@4853 --- hints/cygwin.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hints') diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 71c9a8334e..ebe861888b 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -34,6 +34,11 @@ cccdlflags=' ' # - perl malloc needs to be unpolluted bincompat5005='undef' +# stubs (ENOSYS, not implemented) +d_chroot='undef' +d_seteuid='undef' +d_setegid='undef' + # strip exe's and dll's #ldflags="$ldflags -s" #ccdlflags="$ccdlflags -s" -- cgit v1.2.1