diff options
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r-- | hints/cygwin.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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" |