From 00995ca9efcd48dd26b810e787ddfe701c23eb41 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Oct 1998 18:18:59 +0000 Subject: Update. 1998-10-30 18:11 Ulrich Drepper * iconv/gconv_conf.c (__gconv_read_conf): Don't define as internal_function since it is called through a pointer. * iconv/gconv_db.c (free_derivation): Likewise. * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf. * posix/wordexp.c: Add internal_function to parse_backtick definition. * rt/aio_misc.c: Add internal_function to __aio_free_request, __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request definitions. * rt/aio_notify.c: Add internal_function to __aio_notify_only and __aio_notify definitions. * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition. --- posix/wordexp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix') diff --git a/posix/wordexp.c b/posix/wordexp.c index 4a377001e7..4a6dd7cbd0 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -1867,6 +1867,7 @@ parse_dollars (char **word, size_t *word_length, size_t *max_length, } static int +internal_function parse_backtick (char **word, size_t *word_length, size_t *max_length, const char *words, size_t *offset, int flags, wordexp_t *pwordexp, const char *ifs, const char *ifs_white) -- cgit 1.4.1