summaryrefslogtreecommitdiff
path: root/preload/sb2_mac_glob.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20Bugfix to glob(): Removed side-effects caused by the Mac OS X patchesLauri Aarnio1-0/+218
The Mac OS X support added a copy of "glob.h" to SB2. That causes problems on Linux; So, the fix is that for Linux systems we'll continue to use the system's glob.h with our private copies of glob.c and glob64.c. I renamed "glob.h" (the copy which was intended for the Mac OS X's) to "sb2_mac_glob.h. However, while doing so, I might have broken things on Mac OS X... see glob.c for details.