Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 830437 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 36-42 AH_TOP([ Link Here
36
#ifndef __ARANYM_CONFIG_H__
36
#ifndef __ARANYM_CONFIG_H__
37
#define __ARANYM_CONFIG_H__
37
#define __ARANYM_CONFIG_H__
38
#if defined(__linux__) && !defined(__ANDROID__)
38
#ifdef __GLIBC__X
39
#include "linux/libcwrap.h"
39
#include "linux/libcwrap.h"
40
#endif
40
#endif
(-)a/src/Unix/aratapif.c (-1 / +1 lines)
Lines 32-38 Link Here
32
 *          20010404 - Arnaldo Carvalho de Melo, use setlocale
32
 *          20010404 - Arnaldo Carvalho de Melo, use setlocale
33
 */
33
 */
34
#ifdef __linux__
34
#ifdef __GLIBC__X
35
#include "linux/libcwrap.h"
35
#include "linux/libcwrap.h"
36
#endif
36
#endif
37
#include <sys/types.h>
37
#include <sys/types.h>
(-)a/src/include/linux/libcwrap.h (-2 / +1 lines)
Lines 1-5 Link Here
1
/* glibc bindings for target ABI version glibc 2.11 */
1
/* glibc bindings for target ABI version glibc 2.11 */
2
#if defined(__linux__) && !defined (__LIBC_CUSTOM_BINDINGS_H__) && !defined(__ANDROID__)
2
#if defined(__GLIBC__X) && !defined (__LIBC_CUSTOM_BINDINGS_H__)
3
#if defined (__cplusplus)
3
#if defined (__cplusplus)
4
extern "C" {
4
extern "C" {
5
-

Return to bug 830437