summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-10 17:53:19 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-10 17:53:19 +0000
commit072938a98d1f5d454476c218a253daddfa59e2dc (patch)
tree1721409be47adb46358a1b248f52a9cffb4ba391 /include/features.h
parentcbc40534b73cd05f1e7800b5419495ceae4099c8 (diff)
Eliminate C++ style comments
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index db3e9a7af..d950d6fb2 100644
--- a/include/features.h
+++ b/include/features.h
@@ -309,7 +309,7 @@
/* This is here only because every header file already includes this one. */
#if 0
-//#ifndef _LIBC
+/*#ifndef _LIBC*/
/* Get the definitions of all the appropriate `__stub_FUNCTION' symbols.
<gnu/stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub
which will always return failure (and set errno to ENOSYS).