commit | cc213f871bf4c5329eb5eb7a80a0ce9d4a880af8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 14 15:32:42 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 15 15:39:11 2012 -0700 |
tree | 614352f0342e88315e758fbf63e35172578f260d | |
parent | 53493a9b26e9fb665de590abf3502af94eaf3f44 [diff] [blame] |
Switch to the current NetBSD regex implementation. Change-Id: If32b28dd85d6a7ab8957ab81d19fa4c0de9499d5
diff --git a/libc/upstream-netbsd/netbsd-compat.h b/libc/upstream-netbsd/netbsd-compat.h index a52052a..3833c1d 100644 --- a/libc/upstream-netbsd/netbsd-compat.h +++ b/libc/upstream-netbsd/netbsd-compat.h
@@ -21,4 +21,7 @@ #include <assert.h> #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e)) +// TODO: update our <sys/cdefs.h> to support this properly. +#define __type_fit(t, a) (0 == 0) + #endif