-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maxim Sobolev
authored and
Maxim Sobolev
committed
Sep 23, 2002
1 parent
b8cc4d9
commit 9535bfb
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
$FreeBSD$ | ||
|
||
--- misc/glob.h 2002/09/23 16:45:45 1.1 | ||
+++ misc/glob.h 2002/09/23 16:46:23 | ||
@@ -46,7 +46,7 @@ | ||
#endif /* C++ or ANSI C. */ | ||
|
||
/* We need `size_t' for the following definitions. */ | ||
-#ifndef __size_t | ||
+#if !defined(__size_t) && !defined(_SIZE_T_DECLARED) | ||
# if defined __GNUC__ && __GNUC__ >= 2 | ||
typedef __SIZE_TYPE__ __size_t; | ||
# ifdef _XOPEN_SOURCE |