From 0923c7a543d377bae9da0ad7075c8f9664ae70dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Feb 1995 09:50:50 +0000 Subject: Mon Feb 20 04:04:57 1995 Roland McGrath * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS. * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in access to float.h macros. * misc/efgcvt.c: New file. * misc/Makefile (routines): Add efgcvt. --- sysdeps/mach/hurd/errnos.awk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/errnos.awk') diff --git a/sysdeps/mach/hurd/errnos.awk b/sysdeps/mach/hurd/errnos.awk index a6b251f211..a8029987b5 100644 --- a/sysdeps/mach/hurd/errnos.awk +++ b/sysdeps/mach/hurd/errnos.awk @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 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 @@ -20,6 +20,7 @@ # @comment errno.h # @comment POSIX.1: Function not implemented # @deftypevr Macro int ENOSYS +# @comment errno 123 BEGIN { printf "/* This file generated by"; -- cgit v1.2.3