Searched refs:__THROW (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl 25 +/* define __THROW to avoid build issue when it's not available from the libc */ 26 +#ifndef __THROW 27 +# define __THROW 40 +/* define __THROW to avoid build issue when it's not available from the libc */ 41 +#ifndef __THROW 42 +# define __THROW
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | 0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch | 37 - __THROW ATTRIBUTE_SECTION(malloc_hook); 39 - __THROW ATTRIBUTE_SECTION(malloc_hook); 41 -void* mmap(void *start, size_t length, int prot, int flags, int fd, off_t off) __THROW { 45 -void* mmap64(void *start, size_t length, int prot, int flags, int fd, int64_t off) __THROW { 56 extern "C" int munmap(void* start, size_t length) __THROW ATTRIBUTE_SECTION(malloc_hook);
|
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/ |
H A D | sys-cdefs.h | 24 # define __THROW __attribute__ ((__nothrow__)) macro 27 # define __THROW macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-gettid-exception-declaration.patch | 12 +extern pid_t gettid(void) __THROW; 23 +pid_t gettid(void) __THROW {
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-gettid-exception-declaration.patch | 12 +extern pid_t gettid(void) __THROW; 23 +pid_t gettid(void) __THROW {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0004-shm.c-Mark-glibc-specific-changes-so.patch | 24 __attribute__((weak)) __THROW __nonnull ((2)); 25 extern char *dlerror (void) __attribute__((weak)) __THROW;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/ |
H A D | cdrkit_1.1.11.bb | 11 file://0001-define-__THROW-to-avoid-build-issue-with-musl.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/ |
H A D | 0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch | 20 34 | extern __pid_t gettid (void) __THROW;
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | ldconfig.patch | 469 void *xmalloc (size_t n) __THROW; 470 char *xstrdup (char *string) __THROW;
|