Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-19 23:10:03 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-19 23:10:03 +0300
commit4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a (patch)
treee811bac135784b3ca659233a3c82bcd5026b6002
parent13b918be74379ab8ad7b87e1639829a8c9f1f690 (diff)
Fix up comments.
-rw-r--r--winsup/cygwin/glob.c4
-rw-r--r--winsup/cygwin/include/glob.h4
-rw-r--r--winsup/cygwin/localtime.cc3
3 files changed, 0 insertions, 11 deletions
diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c
index c458e78be..c8a6ffbaa 100644
--- a/winsup/cygwin/glob.c
+++ b/winsup/cygwin/glob.c
@@ -63,10 +63,6 @@
* Number of matches in the current invocation of glob.
*/
-/* CYGNUS LOCAL: don't include */
-/* #include "namespace.h" */
-/* end CYGNUS LOCAL */
-
#include "winsup.h"
#include <sys/param.h>
diff --git a/winsup/cygwin/include/glob.h b/winsup/cygwin/include/glob.h
index 3fdf3e8ae..e6e648f11 100644
--- a/winsup/cygwin/include/glob.h
+++ b/winsup/cygwin/include/glob.h
@@ -41,8 +41,6 @@
#ifndef _GLOB_H_
#define _GLOB_H_
-/* CYGNUS LOCAL: end */
-
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -93,7 +91,6 @@ typedef struct {
#define GLOB_ABEND (-2) /* Unignored error. */
__BEGIN_DECLS
-/* CYGNUS LOCAL: normal protos */
#undef DLLEXPORT
#ifdef __INSIDE_CYGWIN__
@@ -105,7 +102,6 @@ int DLLEXPORT glob(const char *, int, int (*)(const char *, int), glob_t *);
void DLLEXPORT globfree(glob_t *);
#undef DLLEXPORT
-/* end CYGNUS LOCAL */
__END_DECLS
#endif /* !_GLOB_H_ */
diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc
index 4f4e54ed8..48006e25a 100644
--- a/winsup/cygwin/localtime.cc
+++ b/winsup/cygwin/localtime.cc
@@ -4,7 +4,6 @@
*/
/* Temporarily merged private.h and tzfile.h for ease of management - DJ */
-/* CYGNUS LOCAL */
#include "winsup.h"
#include "cygerrno.h"
#include <windows.h>
@@ -12,8 +11,6 @@
#define USG_COMPAT
-/* END CYGNUS LOCAL */
-
#ifndef lint
#ifndef NOID
static char elsieid[] = "@(#)localtime.c 7.66";