diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-02 19:39:44 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-02 19:39:44 -0800 |
| commit | 54de1d6ca94bc0f7ffac6ad721933caf4db46ed5 (patch) | |
| tree | f4b73f06509db5ad9312fe6095b91a10f38e1f33 /libuxre | |
| parent | af7a7377241af78c70c7badf8ddfc79e55325899 (diff) | |
changes to compile with musl (avoid sbrk)
Diffstat (limited to 'libuxre')
| -rw-r--r-- | libuxre/re.h | 2 | ||||
| -rw-r--r-- | libuxre/uxre_regex.h (renamed from libuxre/regex.h) | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libuxre/re.h b/libuxre/re.h index 64df2d0..9e0241e 100644 --- a/libuxre/re.h +++ b/libuxre/re.h @@ -35,7 +35,7 @@ /* #define __fnm_collate lc_collate */ /* <fnmatch.h> */ #include <limits.h> -#include "regex.h" +#include "uxre_regex.h" /* #include <fnmatch.h> */ #include <colldata.h> diff --git a/libuxre/regex.h b/libuxre/uxre_regex.h index 8dbd028..068c1f9 100644 --- a/libuxre/regex.h +++ b/libuxre/uxre_regex.h @@ -24,7 +24,6 @@ * Free Software Foundation, Inc. * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #ifndef LIBUXRE_REGEX_H #define LIBUXRE_REGEX_H /* from unixsrc:usr/src/common/head/regex.h /main/uw7_nj/1 */ |
