]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Mar 2001 18:53:05 +0000 (18:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Mar 2001 18:53:05 +0000 (18:53 +0000)
2001-03-20  Andreas Schwab  <schwab@suse.de>

* include/unistd.h: Adjust prototype of __gethostname.

ChangeLog
include/unistd.h
linuxthreads/ChangeLog

index d3f204833fe65b93e8ed187f5bc6bee9d95d9acb..1532959dab5faba3e4081b2f65546b7bd5ee712b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-20  Andreas Schwab  <schwab@suse.de>
+
+       * include/unistd.h: Adjust prototype of __gethostname.
+
 2001-03-20  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/sparc/stackinfo.h: New file.
index 3e258d35a5f32c052ae2dcf57f36ea9168fea1fa..b8bc8bbf7272172a62d2c239d5d5bcb118f486c0 100644 (file)
@@ -77,7 +77,7 @@ extern int __link (__const char *__from, __const char *__to);
 extern int __symlink (__const char *__from, __const char *__to);
 extern int __readlink (__const char *__path, char *__buf, size_t __len);
 extern int __unlink (__const char *__name);
-extern int __gethostname (char *__name, socklen_t __len);
+extern int __gethostname (char *__name, size_t __len);
 extern int __profil (unsigned short int *__sample_buffer, size_t __size,
                     size_t __offset, unsigned int __scale);
 extern int __getdtablesize (void);
index 6ad4a7bead1d3764cd19b58c2ee996fd532698e9..c201221b0f9fab4e446113e5482fdf87be99e860 100644 (file)
@@ -1,3 +1,10 @@
+2001-03-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * attr.c (__pthread_attr_setstack): Fix alignment check.
+       (pthread_getattr_np): __stackaddr is top of stack, not bottom.
+       * Makefile (tests): Add ex17 test.
+       * Examples/ex17.c: New test.
+
 2001-03-20  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c.