about summary refs log tree commit diff
path: root/conform
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-25 08:10:36 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-25 08:10:36 +0000
commit4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7 (patch)
tree301b42bbe1fad69ac9b0462216d6be1b14365d10 /conform
parentc39fb5e4c509bf0a63ae80be72c765eb450e3099 (diff)
downloadglibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.tar.gz
glibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.tar.xz
glibc-4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7.zip
Update.
2001-01-25  Ulrich Drepper  <drepper@redhat.com>

	* conform/data/ctype.h-data: Use correct comment form.
	* conform/data/errno.h-data: Likewise.
	* conform/data/math.h-data: Likewise.
	* conform/data/mqueue.h-data: Likewise.
	* conform/data/netdb.h-data: Likewise.
	* conform/data/pthread.h-data: Likewise.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/ctype.h-data6
-rw-r--r--conform/data/errno.h-data2
-rw-r--r--conform/data/math.h-data2
-rw-r--r--conform/data/mqueue.h-data2
-rw-r--r--conform/data/netdb.h-data2
-rw-r--r--conform/data/pthread.h-data8
6 files changed, 11 insertions, 11 deletions
diff --git a/conform/data/ctype.h-data b/conform/data/ctype.h-data
index f0aa947873..7454bd3288 100644
--- a/conform/data/ctype.h-data
+++ b/conform/data/ctype.h-data
@@ -16,12 +16,12 @@ function int toupper (int)
 function int isascii (int)
 function int toascii (int)
 
-# XPG says the following two are macros.  But we test a bit more strictly.
+// XPG says the following two are macros.  But we test a bit more strictly.
 function int _toupper (int)
 function int _tolower (int)
 
-# The following is not entirely correct.  It should be is[a-z]* but the
-# replacement fnmatch implementation does not grok it.
+// The following is not entirely correct.  It should be is[a-z]* but the
+// replacement fnmatch implementation does not grok it.
 allow is*
 allow to*
 
diff --git a/conform/data/errno.h-data b/conform/data/errno.h-data
index e21e147ba3..67225248a2 100644
--- a/conform/data/errno.h-data
+++ b/conform/data/errno.h-data
@@ -79,7 +79,7 @@ constant ETXTBSY
 constant EWOULDBLOCK
 constant EXDEV
 
-# variable int errno
+// variable int errno
 allow errno
 
 allow E*
diff --git a/conform/data/math.h-data b/conform/data/math.h-data
index 0d391eb99a..c99d22d1a1 100644
--- a/conform/data/math.h-data
+++ b/conform/data/math.h-data
@@ -64,7 +64,7 @@ function double remainder (double, double)
 function double rint (double)
 function double scalb (double, double)
 
-# variable signgam
+// variable signgam
 allow signgam
 
 allow acosf
diff --git a/conform/data/mqueue.h-data b/conform/data/mqueue.h-data
index 2b02455e00..1b410a77eb 100644
--- a/conform/data/mqueue.h-data
+++ b/conform/data/mqueue.h-data
@@ -1,5 +1,5 @@
 #ifndef ISO
-# should test for not an array type.
+// should test for not an array type.
 type mqd_t
 
 type {struct sigevent}
diff --git a/conform/data/netdb.h-data b/conform/data/netdb.h-data
index 76475ad3af..b1b4a48607 100644
--- a/conform/data/netdb.h-data
+++ b/conform/data/netdb.h-data
@@ -34,7 +34,7 @@ element {struct servent} {char*} s_proto
 
 macro IPPORT_RESERVED
 
-# variable int h_errno
+// variable int h_errno
 allow h_errno
 
 macro HOST_NOT_FOUND
diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data
index 5d455f5d69..cc881030c8 100644
--- a/conform/data/pthread.h-data
+++ b/conform/data/pthread.h-data
@@ -70,9 +70,9 @@ function int pthread_barrierattr_getpshared (const pthread_barrierattr_t*, int*)
 function int pthread_barrierattr_init (pthread_barrierattr_t*)
 function int pthread_barrierattr_setpshared (pthread_barrierattr_t*, int)
 function int pthread_cancel (pthread_t)
-# function int pthread_cleanup_push (void (*) (void*), void*)
+// function int pthread_cleanup_push (void (*) (void*), void*)
 macro pthread_cleanup_push
-# function int pthread_cleanup_pop (int)
+// function int pthread_cleanup_pop (int)
 macro pthread_cleanup_pop
 function int pthread_cond_broadcast (pthread_cond_t*)
 function int pthread_cond_destroy (pthread_cond_t*)
@@ -131,11 +131,11 @@ function int pthread_rwlockattr_destroy (pthread_rwlockattr_t*)
 function int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t*, int*)
 function int pthread_rwlockattr_init (pthread_rwlockatttr*)
 function int pthread_rwlockattr_setpsahred (pthread_rwlockattr_t*, int)
-#endif
+# endif
 function pthread_t pthread_self (void)
 function int pthread_setcancelstate (int, int*)
 function int pthread_setcanceltype (int, int*)
-#ifndef POSIX
+# ifndef POSIX
 function int pthread_setconcurrency (int)
 # endif
 function int pthread_setschedparam (pthread_t, int, const struct sched_param*)