From 072938a98d1f5d454476c218a253daddfa59e2dc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Jan 2002 17:53:19 +0000 Subject: Eliminate C++ style comments --- include/stdlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/stdlib.h') 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. */ -- cgit v1.2.3