From 6106611a253467a76e3b8a32548a8a1caeb529fa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Aug 2001 22:24:10 +0000 Subject: 2001-04-23 Paul Eggert * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal): Rename __argc to ___argc in prototypes to avoid compatibility problems with systems that reserve the identifier "__argc". Similarly for __argv. 2001-08-21 Roland McGrath * stdio-common/tst-fseek.c: Include for `time' declaration. * mach/Makefile (tests): Removed. * mach/hello.c: File removed. --- mach/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mach/Makefile') diff --git a/mach/Makefile b/mach/Makefile index 6494fdeedb..7e32034bc4 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +# Copyright (C) 1991,92,93,94,95,96,97,98,2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -51,7 +51,6 @@ mach/mach_interface.defs = mach/mach.defs # Similarly for memory_object_user vs. memory_object mach/memory_object_user.defs = mach/memory_object.defs server-interfaces := mach/exc -tests := hello # It is important that we do not use the wildcard function to expand # `err_*.sub'. Leaving the wildcard allows Make-dist to find all matching # files in all sysdep directories. -- cgit 1.4.1