diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-27 00:24:52 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-27 00:24:52 +0000 |
commit | de77369cf4e80cb3c5ec250a25d2237df4abba11 (patch) | |
tree | 2b009a3af825a43ef30bae8ac512b9b9686c3ad8 /libc/misc/glob | |
parent | 43cfeab2dcf300fbe024aa341d146179b4cdc75a (diff) |
Hide some of mem* and str*
Diffstat (limited to 'libc/misc/glob')
-rw-r--r-- | libc/misc/glob/glob.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/glob/glob.c b/libc/misc/glob/glob.c index 0d788df53..246402113 100644 --- a/libc/misc/glob/glob.c +++ b/libc/misc/glob/glob.c @@ -15,6 +15,9 @@ License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define strrchr __strrchr +#define strcoll __strcoll + #include <features.h> #include <stdlib.h> #include <string.h> |