summaryrefslogtreecommitdiff
path: root/ACE/ace/config-face-safety.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-02-07 13:25:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-02-07 13:25:40 +0100
commit14b43a6a8fde151ce7566b6f461ce2f07db7c901 (patch)
treea2885b4d940f7554287f533652846f93d81ec554 /ACE/ace/config-face-safety.h
parent3d4725726516e2625a67d62310c219bd71fff152 (diff)
downloadATCD-14b43a6a8fde151ce7566b6f461ce2f07db7c901.tar.gz
Undef F_SETFD when it is defined
* ACE/ace/config-face-safety.h:
Diffstat (limited to 'ACE/ace/config-face-safety.h')
-rw-r--r--ACE/ace/config-face-safety.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ACE/ace/config-face-safety.h b/ACE/ace/config-face-safety.h
index 28e15124cb3..23b4befb75a 100644
--- a/ACE/ace/config-face-safety.h
+++ b/ACE/ace/config-face-safety.h
@@ -13,7 +13,7 @@
// See Appendix A for a chart of POSIX calls that are excluded from the
// various profiles.
// The top half of this file is only included if the user enables Safety Base,
-// so these are exclusions that aply to Base but not to Extended.
+// so these are exclusions that apply to Base but not to Extended.
// The bottom half is included for either profile, so it contains restrictions
// that are common to both Based and Extended.
// Keep macro definitions in sorted order. Macros set by this file that are
@@ -89,6 +89,9 @@
# ifndef ACE_LACKS_FCNTL
# define ACE_LACKS_FCNTL
# endif
+# if defined (F_SETFD)
+# undef F_SETFD
+# endif
# ifndef ACE_LACKS_FORK
# define ACE_LACKS_FORK