Use common bits/shm.h for more architectures.
[glibc.git] / include / argp-fmtstream.h
blob45c65ce834fd67d96f4f64bbda3c1dfbb0469cf2
1 #ifndef _ARGP_FMTSTREAM_H
2 #include <argp/argp-fmtstream.h>
4 #ifndef _ISOMAC
5 extern __typeof (__argp_fmtstream_ensure) __argp_fmtstream_ensure
6 attribute_hidden;
7 extern __typeof (__argp_fmtstream_free) __argp_fmtstream_free
8 attribute_hidden;
9 extern __typeof (__argp_fmtstream_printf) __argp_fmtstream_printf
10 attribute_hidden;
11 extern __typeof (__argp_fmtstream_update) __argp_fmtstream_update
12 attribute_hidden;
13 extern __typeof (__argp_fmtstream_write) __argp_fmtstream_write
14 attribute_hidden;
15 extern __typeof (__argp_make_fmtstream) __argp_make_fmtstream
16 attribute_hidden;
17 #endif
19 #endif