diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-19 20:10:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-19 20:10:03 +0000 |
commit | 4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a (patch) | |
tree | e811bac135784b3ca659233a3c82bcd5026b6002 /winsup/cygwin/include/glob.h | |
parent | 13b918be74379ab8ad7b87e1639829a8c9f1f690 (diff) | |
download | cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.tar.gz cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.tar.bz2 cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.zip |
Fix up comments.
Diffstat (limited to 'winsup/cygwin/include/glob.h')
-rw-r--r-- | winsup/cygwin/include/glob.h | 4 |
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_ */ |