diff options
Diffstat (limited to 'argp/argp.h')
-rw-r--r-- | argp/argp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp.h b/argp/argp.h index 8b6485e80e..8045e3b456 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -531,7 +531,7 @@ extern void *__argp_input __P ((__const struct argp *argp, # endif # ifndef ARGP_EI -# define ARGP_EI extern inline +# define ARGP_EI extern __inline__ # endif ARGP_EI void |