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:
authorRobert Collins <rbtcollins@hotmail.com>2002-01-04 06:56:17 +0300
committerRobert Collins <rbtcollins@hotmail.com>2002-01-04 06:56:17 +0300
commitb59c74abba6d2238c4dc58fa7d61b2519f2d0ea8 (patch)
tree5aa3c386ebe83a1646a3494862e6a01437e3c401 /winsup/cygwin/include/glob.h
parent9783ce28caf426c5ab39d1d6aefa31cfdb1b8234 (diff)
Merged changes from HEAD
Diffstat (limited to 'winsup/cygwin/include/glob.h')
-rw-r--r--winsup/cygwin/include/glob.h4
1 files changed, 0 insertions, 4 deletions
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_ */