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

Collapse All | Expand All

(-)a/src/ld.h (-1 / +3 lines)
Lines 24-29 Link Here
24
#include <stdio.h>
24
#include <stdio.h>
25
#include "xelf.h"
25
#include "xelf.h"
26
26
27
#ifndef DL_CALL_FCT
28
#define DL_CALL_FCT(f, a) f a
29
#endif
27
30
28
/* Recommended size of the buffer passed to ld_strerror.  */
31
/* Recommended size of the buffer passed to ld_strerror.  */
29
#define ERRBUFSIZE	(512)
32
#define ERRBUFSIZE	(512)
30
- 

Return to bug 470884