Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681904
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- emacs-23.4-orig/src/s/gnu-linux.h
0
++ emacs-23.4/src/s/gnu-linux.h
Lines 150-156 Link Here
150
150
151
#ifdef emacs
151
#ifdef emacs
152
#include <stdio.h>  /* Get the definition of _IO_STDIO_H.  */
152
#include <stdio.h>  /* Get the definition of _IO_STDIO_H.  */
153
#if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM)
153
#if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM) \
154
    || defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1
154
/* new C libio names */
155
/* new C libio names */
155
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
156
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
156
  ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
157
  ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)

Return to bug 681904