mirror of git://sourceware.org/git/glibc.git
10 lines
142 B
C
10 lines
142 B
C
|
#include <libio/libio.h>
|
||
|
|
||
|
#ifndef _LIBC_LIBIO_H
|
||
|
#define _LIBC_LIBIO_H
|
||
|
|
||
|
libc_hidden_proto (__overflow)
|
||
|
libc_hidden_proto (__woverflow)
|
||
|
|
||
|
#endif
|