diff options
Diffstat (limited to 'libc/upstream-openbsd/android/include/openbsd-compat.h')
-rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index 878f71cec..79a260425 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h @@ -53,8 +53,6 @@ extern const char* __progname; /* OpenBSD has this, but we can't really implement it correctly on Linux. */ #define issetugid() 0 -#define explicit_bzero(p, s) memset(p, 0, s) - /* OpenBSD has these in <sys/param.h>, but "ALIGN" isn't something we want to reserve. */ #define ALIGNBYTES (sizeof(uintptr_t) - 1) #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) |