diff options
Diffstat (limited to 'libc/upstream-freebsd/android/include/freebsd-compat.h')
-rw-r--r-- | libc/upstream-freebsd/android/include/freebsd-compat.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libc/upstream-freebsd/android/include/freebsd-compat.h b/libc/upstream-freebsd/android/include/freebsd-compat.h index d5f1425..7acdf7c 100644 --- a/libc/upstream-freebsd/android/include/freebsd-compat.h +++ b/libc/upstream-freebsd/android/include/freebsd-compat.h @@ -17,7 +17,7 @@ #ifndef _BIONIC_FREEBSD_COMPAT_H_included #define _BIONIC_FREEBSD_COMPAT_H_included -#define __USE_BSD +#define _BSD_SOURCE #define REPLACE_GETOPT /* @@ -38,17 +38,6 @@ #define __usleep usleep /* Redirect internal C library calls to the public function. */ -#define _close close -#define _fcntl fcntl -#define _fstat fstat #define _nanosleep nanosleep -#define _open open - -/* This one is only needed as long as we have a mix of OpenBSD and FreeBSD stdio. */ -#define _sseek __sseek - -/* This is in BSD's <stdlib.h>. */ -#include <stdint.h> -extern uint32_t arc4random_uniform(uint32_t upper_bound); #endif |