summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/inc/base_inlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/inc/base_inlines.h')
-rw-r--r--usr/src/lib/libc/inc/base_inlines.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libc/inc/base_inlines.h b/usr/src/lib/libc/inc/base_inlines.h
index c9bf36a90c..982db18299 100644
--- a/usr/src/lib/libc/inc/base_inlines.h
+++ b/usr/src/lib/libc/inc/base_inlines.h
@@ -33,10 +33,8 @@
#if !defined(__lint) && defined(__GNUC__)
/*
- * This file is intended to contain gcc-style inline assembly that corresponds
- * to base.il for all architectures. At the moment these inlines exist only
- * for sparc and sparcv9 and these functions are implemented in C for x86.
- * They should be inlined here for gcc if a new x86 base.il is created.
+ * At the moment these inlines exist only for sparc and sparcv9 and these
+ * functions are implemented in C for x86.
*/
#if defined(__sparc)