1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg.

* sysdeps/ia64/dl-machine.h: Update decl.
This commit is contained in:
Roland McGrath
2003-03-03 08:44:46 +00:00
parent 83f2fcbe7b
commit ea6a015bd7
6 changed files with 22 additions and 8 deletions

View File

@ -71,7 +71,7 @@ struct pthread_functions
pthread_t (*ptr_pthread_self) (void);
int (*ptr_pthread_setcancelstate) (int, int *);
int (*ptr_pthread_setcanceltype) (int, int *);
void (*ptr___pthread_cleanup_upto) (jmp_buf, char *);
void (*ptr___pthread_cleanup_upto) (__jmp_buf, char *);
int (*ptr___pthread_once) (pthread_once_t *, void (*) (void));
int (*ptr___pthread_rwlock_rdlock) (pthread_rwlock_t *);
int (*ptr___pthread_rwlock_wrlock) (pthread_rwlock_t *);