Home
last modified time | relevance | path

Searched refs:_BIONIC_NOT_BEFORE_21 (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dstdlib.h79 _BIONIC_NOT_BEFORE_21(extern double atof(const char*);)
82 _BIONIC_NOT_BEFORE_21(extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;)
93 _BIONIC_NOT_BEFORE_21(extern int abs(int) __pure2;)
94 _BIONIC_NOT_BEFORE_21(extern long labs(long) __pure2;)
95 _BIONIC_NOT_BEFORE_21(extern long long llabs(long long) __pure2;)
112 _BIONIC_NOT_BEFORE_21(int rand(void);)
114 _BIONIC_NOT_BEFORE_21(void srand(unsigned int);)
127 _BIONIC_NOT_BEFORE_21(long random(void);)
129 _BIONIC_NOT_BEFORE_21(void srandom(unsigned int);)
132 _BIONIC_NOT_BEFORE_21(int grantpt(int);)
Dsignal.h108 _BIONIC_NOT_BEFORE_21(extern sighandler_t signal(int, sighandler_t);)
112 _BIONIC_NOT_BEFORE_21(extern int sigaddset(sigset_t*, int);)
113 _BIONIC_NOT_BEFORE_21(extern int sigdelset(sigset_t*, int);)
114 _BIONIC_NOT_BEFORE_21(extern int sigemptyset(sigset_t*);)
115 _BIONIC_NOT_BEFORE_21(extern int sigfillset(sigset_t*);)
116 _BIONIC_NOT_BEFORE_21(extern int sigismember(const sigset_t*, int);)
/bionic/libc/include/sys/
Dcdefs.h571 #define _BIONIC_NOT_BEFORE_21(x) x macro
573 #define _BIONIC_NOT_BEFORE_21(x) macro
Dstat.h174 _BIONIC_NOT_BEFORE_21(extern int mkfifo(const char*, mode_t);)