aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/compat.h
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-04-11 15:24:59 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-04-11 15:24:59 +0000
commit876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df (patch)
treef5194d1ce3fa45b67cf63080fc519fec83abc57a /lib/libc/include/compat.h
parent7a888f325e494860d6158821dfbcef85a3310783 (diff)
parentb2d7040c1cc76c5bbbf54cd2351b4d137b8c22b6 (diff)
downloadsrc-876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df.tar.gz
src-876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df.zip
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=297824
Diffstat (limited to 'lib/libc/include/compat.h')
-rw-r--r--lib/libc/include/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h
index b20fac5ac600..e83d13c15753 100644
--- a/lib/libc/include/compat.h
+++ b/lib/libc/include/compat.h
@@ -38,9 +38,11 @@
#define __sym_compat(sym,impl,verid) \
.symver impl, sym@verid
+#ifndef NO_COMPAT7
__sym_compat(__semctl, freebsd7___semctl, FBSD_1.0);
__sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0);
__sym_compat(shmctl, freebsd7_shmctl, FBSD_1.0);
+#endif
#undef __sym_compat