summaryrefslogtreecommitdiff
path: root/include/stdlib.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/stdlib.h
parentcbc40534b73cd05f1e7800b5419495ceae4099c8 (diff)
Eliminate C++ style comments
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index ac5bf3973..dbbc5c2ee 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -195,7 +195,7 @@ extern unsigned long long int strtoull (__const char *__restrict __nptr,
#if 0
-//#ifdef __USE_GNU
+/*#ifdef __USE_GNU*/
/* The concept of one static locale per category is not very well
thought out. Many applications will need to process its data using
information from several different locales. Another application is
@@ -661,7 +661,7 @@ extern int system (__const char *__command) __THROW;
#if 0
-//#ifdef __USE_GNU
+/*#ifdef __USE_GNU*/
/* Return a malloc'd string containing the canonical absolute name of the
named file. The last file name component need not exist, and may be a
symlink to a nonexistent file. */
@@ -848,7 +848,7 @@ extern char *ptsname (int __fd) __THROW;
#endif
#if 0
-//#ifdef __USE_GNU
+/*#ifdef __USE_GNU*/
/* Store at most BUFLEN characters of the pathname of the slave pseudo
terminal associated with the master FD is open on in BUF.
Return 0 on success, otherwise an error number. */