+1998-10-30 18:11 Ulrich Drepper <drepper@cygnus.com>
+
+ * 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.
+
1998-10-30 Ulrich Drepper <drepper@cygnus.com>
* Makerules (build-shlib): Add -O to generate optimized shared
/* Read all configuration files found in the user-specified and the default
path. */
void
-internal_function
__gconv_read_conf (void)
{
const char *user_path = __secure_getenv ("GCONV_PATH");
}
static void
-internal_function
free_derivation (void *p)
{
struct known_derivation *deriv = (struct known_derivation *) p;
internal_function;
/* Read all the configuration data and cache it. */
-extern void __gconv_read_conf (void)
- internal_function;
+extern void __gconv_read_conf (void);
/* Comparison function to search alias. */
extern int __gconv_alias_compare (const void *__p1, const void *__p2);
}
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)
void
+internal_function
__aio_free_request (struct requestlist *elem)
{
elem->running = no;
struct requestlist *
+internal_function
__aio_find_req (aiocb_union *elem)
{
struct requestlist *runp = requests;
struct requestlist *
+internal_function
__aio_find_req_fd (int fildes)
{
struct requestlist *runp = requests;
/* The main function of the async I/O handling. It enqueues requests
and if necessary starts and handles threads. */
struct requestlist *
+internal_function
__aio_enqueue_request (aiocb_union *aiocbp, int operation)
{
int result = 0;
#include "aio_misc.h"
int
+internal_function
__aio_notify_only (struct sigevent *sigev)
{
int result = 0;
void
+internal_function
__aio_notify (struct requestlist *req)
{
struct waitlist *waitlist;
/* Load conversion functions for the currently selected locale. */
void
+internal_function
__wcsmbs_load_conv (const struct locale_data *new_category)
{
/* We must modify global data. */