1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2001-03-21  Ulrich Drepper  <drepper@redhat.com>

	* csu/version.c (__gnu_get_libc_release): Add prototype.
	(__gnu_get_libc_version): Likewise.
	* include/gnu/libc-version.h: Remove prototypes for not exported
	functions.
This commit is contained in:
Ulrich Drepper
2001-03-21 21:43:52 +00:00
parent 313e5fb3da
commit 844b79a6d7
4 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-03-21 Jakub Jelinek <jakub@redhat.com>
* pthread.c (__pthread_initialize_manager): Fix a typo.
2001-03-21 Jakub Jelinek <jakub@redhat.com>
* attr.c (__pthread_attr_setstack): Fix alignment check.