about summary refs log tree commit diff
path: root/posix/getopt.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-24 13:51:51 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-24 13:51:51 +0000
commit7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526 (patch)
tree0b5f47e46d6a89c7bcb0625a22d0c10201e5ddf7 /posix/getopt.h
parent50a1b8375ed4d08f73edee842644a6e61cc2326a (diff)
downloadglibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.tar.gz
glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.tar.xz
glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.zip
Update.
1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
	_sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
	sys_siglist.  This is handled correctly by the weak_alias macro.
Diffstat (limited to 'posix/getopt.h')
-rw-r--r--posix/getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getopt.h b/posix/getopt.h
index 47a601ec3d..ffb550b449 100644
--- a/posix/getopt.h
+++ b/posix/getopt.h
@@ -163,7 +163,7 @@ extern int _getopt_internal ();
 }
 #endif
 
-/* Make sure we later can get all the definitions and  declarations.  */
+/* Make sure we later can get all the definitions and declarations.  */
 #undef __need_getopt
 
 #endif /* getopt.h */