]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
authorRoland McGrath <roland@gnu.org>
Wed, 27 Sep 1995 16:05:25 +0000 (16:05 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 27 Sep 1995 16:05:25 +0000 (16:05 +0000)
Don't use `type' for arg name, since we are using it as a keyword
in the rhs.

* sysdeps/unix/configure.in: Check for syscalls getpriority,
setpriority, getrlimit, setrlimit.

* sysdeps/posix/truncate.c: Include fcntl.h.

* sysdeps/generic/getdomain.c: Include string.h for strncpy decl.

* sysdeps/stub/getpriority.c: Don't include obsolete gnu-stabs.h;
use new stub_warning syntax.
* sysdeps/stub/setpriority.c: Likewise.
* sysdeps/stub/__longjmp.c: Likewise.
* sysdeps/stub/_exit.c: Likewise.
* sysdeps/stub/accept.c: Likewise.
* sysdeps/stub/acos.c: Likewise.
* sysdeps/stub/alarm.c: Likewise.
* sysdeps/stub/asin.c: Likewise.
* sysdeps/stub/atan2.c: Likewise.
* sysdeps/stub/bind.c: Likewise.
* sysdeps/stub/cbrt.c: Likewise.
* sysdeps/stub/chroot.c: Likewise.
* sysdeps/stub/closedir.c: Likewise.
* sysdeps/stub/connect.c: Likewise.
* sysdeps/stub/cos.c: Likewise.
* sysdeps/stub/cosh.c: Likewise.
* sysdeps/stub/ctermid.c: Likewise.
* sysdeps/stub/cuserid.c: Likewise.
* sysdeps/stub/defs.c: Likewise.
* sysdeps/stub/exp.c: Likewise.
* sysdeps/stub/fmod.c: Likewise.
* sysdeps/stub/frexp.c: Likewise.
* sysdeps/stub/fsync.c: Likewise.
* sysdeps/stub/getcwd.c: Likewise.
* sysdeps/stub/getenv.c: Likewise.
* sysdeps/stub/gethostid.c: Likewise.
* sysdeps/stub/getlogin.c: Likewise.
* sysdeps/stub/getpeername.c: Likewise.
* sysdeps/stub/getrlimit.c: Likewise.
* sysdeps/stub/getsockname.c: Likewise.
* sysdeps/stub/getsockopt.c: Likewise.
* sysdeps/stub/listen.c: Likewise.
* sysdeps/stub/log.c: Likewise.
* sysdeps/stub/log10.c: Likewise.
* sysdeps/stub/mkfifo.c: Likewise.
* sysdeps/stub/morecore.c: Likewise.
* sysdeps/stub/nice.c: Likewise.
* sysdeps/stub/nlist.c: Likewise.
* sysdeps/stub/opendir.c: Likewise.
* sysdeps/stub/pipestream.c: Likewise.
* sysdeps/stub/ptrace.c: Likewise.
* sysdeps/stub/putenv.c: Likewise.
* sysdeps/stub/readdir.c: Likewise.
* sysdeps/stub/reboot.c: Likewise.
* sysdeps/stub/recv.c: Likewise.
* sysdeps/stub/recvfrom.c: Likewise.
* sysdeps/stub/rename.c: Likewise.
* sysdeps/stub/rewinddir.c: Likewise.
* sysdeps/stub/seekdir.c: Likewise.
* sysdeps/stub/send.c: Likewise.
* sysdeps/stub/sendto.c: Likewise.
* sysdeps/stub/setegid.c: Likewise.
* sysdeps/stub/seteuid.c: Likewise.
* sysdeps/stub/setgroups.c: Likewise.
* sysdeps/stub/sethostid.c: Likewise.
* sysdeps/stub/sethostname.c: Likewise.
* sysdeps/stub/setjmp.c: Likewise.
* sysdeps/stub/setrlimit.c: Likewise.
* sysdeps/stub/setsockopt.c: Likewise.
* sysdeps/stub/shutdown.c: Likewise.
* sysdeps/stub/signal.c: Likewise.
* sysdeps/stub/sigsuspend.c: Likewise.
* sysdeps/stub/sin.c: Likewise.
* sysdeps/stub/sinh.c: Likewise.
* sysdeps/stub/socket.c: Likewise.
* sysdeps/stub/socketpair.c: Likewise.
* sysdeps/stub/sqrt.c: Likewise.
* sysdeps/stub/sync.c: Likewise.
M sysd-stdio.c
* sysdeps/stub/system.c: Likewise.
* sysdeps/stub/tan.c: Likewise.
* sysdeps/stub/tanh.c: Likewise.
* sysdeps/stub/tcdrain.c: Likewise.
* sysdeps/stub/tcflow.c: Likewise.
* sysdeps/stub/tcgetpgrp.c: Likewise.
* sysdeps/stub/tcsendbrk.c: Likewise.
* sysdeps/stub/tcsetattr.c: Likewise.
* sysdeps/stub/tcsetpgrp.c: Likewise.
* sysdeps/stub/telldir.c: Likewise.
* sysdeps/stub/tempname.c: Likewise.
* sysdeps/stub/ttyname.c: Likewise.
* sysdeps/stub/ttyname_r.c: Likewise.
* sysdeps/stub/utime.c: Likewise.

* gmon/gmon.c (moncontrol): Don't cast buffer arg to profil.

* time/mktime.c (localtime_r): Use 0 instead of NULL.

91 files changed:
ChangeLog
gmon/gmon.c
sysdeps/generic/getdomain.c
sysdeps/posix/truncate.c
sysdeps/stub/__longjmp.c
sysdeps/stub/_exit.c
sysdeps/stub/accept.c
sysdeps/stub/acos.c
sysdeps/stub/alarm.c
sysdeps/stub/asin.c
sysdeps/stub/atan2.c
sysdeps/stub/bind.c
sysdeps/stub/cbrt.c
sysdeps/stub/chroot.c
sysdeps/stub/closedir.c
sysdeps/stub/connect.c
sysdeps/stub/cos.c
sysdeps/stub/cosh.c
sysdeps/stub/ctermid.c
sysdeps/stub/cuserid.c
sysdeps/stub/defs.c
sysdeps/stub/exp.c
sysdeps/stub/fmod.c
sysdeps/stub/frexp.c
sysdeps/stub/fsync.c
sysdeps/stub/getcwd.c
sysdeps/stub/getenv.c
sysdeps/stub/gethostid.c
sysdeps/stub/getlogin.c
sysdeps/stub/getpeername.c
sysdeps/stub/getpriority.c
sysdeps/stub/getrlimit.c
sysdeps/stub/getsockname.c
sysdeps/stub/getsockopt.c
sysdeps/stub/listen.c
sysdeps/stub/log.c
sysdeps/stub/log10.c
sysdeps/stub/mkfifo.c
sysdeps/stub/morecore.c
sysdeps/stub/nice.c
sysdeps/stub/nlist.c
sysdeps/stub/opendir.c
sysdeps/stub/pipestream.c
sysdeps/stub/ptrace.c
sysdeps/stub/putenv.c
sysdeps/stub/readdir.c
sysdeps/stub/reboot.c
sysdeps/stub/recv.c
sysdeps/stub/recvfrom.c
sysdeps/stub/rename.c
sysdeps/stub/rewinddir.c
sysdeps/stub/seekdir.c
sysdeps/stub/send.c
sysdeps/stub/sendto.c
sysdeps/stub/setegid.c
sysdeps/stub/seteuid.c
sysdeps/stub/setgroups.c
sysdeps/stub/sethostid.c
sysdeps/stub/sethostname.c
sysdeps/stub/setjmp.c
sysdeps/stub/setpriority.c
sysdeps/stub/setrlimit.c
sysdeps/stub/setsockopt.c
sysdeps/stub/shutdown.c
sysdeps/stub/signal.c
sysdeps/stub/sigsuspend.c
sysdeps/stub/sin.c
sysdeps/stub/sinh.c
sysdeps/stub/socket.c
sysdeps/stub/socketpair.c
sysdeps/stub/sqrt.c
sysdeps/stub/sync.c
sysdeps/stub/sysd-stdio.c
sysdeps/stub/system.c
sysdeps/stub/tan.c
sysdeps/stub/tanh.c
sysdeps/stub/tcdrain.c
sysdeps/stub/tcflow.c
sysdeps/stub/tcgetpgrp.c
sysdeps/stub/tcsendbrk.c
sysdeps/stub/tcsetattr.c
sysdeps/stub/tcsetpgrp.c
sysdeps/stub/telldir.c
sysdeps/stub/tempname.c
sysdeps/stub/ttyname.c
sysdeps/stub/ttyname_r.c
sysdeps/stub/utime.c
sysdeps/unix/configure
sysdeps/unix/configure.in
sysdeps/unix/i386/sysdep.h
time/mktime.c

index 2865f35eff3cfa104cd97af1fe9bb7325809f51d..12d59f5fe35c386df47bc2833d9aa21103bfd000 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,105 @@
 Wed Sep 27 00:27:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
+       * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
+       Don't use `type' for arg name, since we are using it as a keyword
+       in the rhs. 
+
+       * sysdeps/unix/configure.in: Check for syscalls getpriority,
+       setpriority, getrlimit, setrlimit.
+
+       * sysdeps/posix/truncate.c: Include fcntl.h.
+
+       * sysdeps/generic/getdomain.c: Include string.h for strncpy decl.
+
+       * sysdeps/stub/getpriority.c: Don't include obsolete gnu-stabs.h;
+       use new stub_warning syntax.
+       * sysdeps/stub/setpriority.c: Likewise.
+       * sysdeps/stub/__longjmp.c: Likewise.
+       * sysdeps/stub/_exit.c: Likewise.
+       * sysdeps/stub/accept.c: Likewise.
+       * sysdeps/stub/acos.c: Likewise.
+       * sysdeps/stub/alarm.c: Likewise.
+       * sysdeps/stub/asin.c: Likewise.
+       * sysdeps/stub/atan2.c: Likewise.
+       * sysdeps/stub/bind.c: Likewise.
+       * sysdeps/stub/cbrt.c: Likewise.
+       * sysdeps/stub/chroot.c: Likewise.
+       * sysdeps/stub/closedir.c: Likewise.
+       * sysdeps/stub/connect.c: Likewise.
+       * sysdeps/stub/cos.c: Likewise.
+       * sysdeps/stub/cosh.c: Likewise.
+       * sysdeps/stub/ctermid.c: Likewise.
+       * sysdeps/stub/cuserid.c: Likewise.
+       * sysdeps/stub/defs.c: Likewise.
+       * sysdeps/stub/exp.c: Likewise.
+       * sysdeps/stub/fmod.c: Likewise.
+       * sysdeps/stub/frexp.c: Likewise.
+       * sysdeps/stub/fsync.c: Likewise.
+       * sysdeps/stub/getcwd.c: Likewise.
+       * sysdeps/stub/getenv.c: Likewise.
+       * sysdeps/stub/gethostid.c: Likewise.
+       * sysdeps/stub/getlogin.c: Likewise.
+       * sysdeps/stub/getpeername.c: Likewise.
+       * sysdeps/stub/getrlimit.c: Likewise.
+       * sysdeps/stub/getsockname.c: Likewise.
+       * sysdeps/stub/getsockopt.c: Likewise.
+       * sysdeps/stub/listen.c: Likewise.
+       * sysdeps/stub/log.c: Likewise.
+       * sysdeps/stub/log10.c: Likewise.
+       * sysdeps/stub/mkfifo.c: Likewise.
+       * sysdeps/stub/morecore.c: Likewise.
+       * sysdeps/stub/nice.c: Likewise.
+       * sysdeps/stub/nlist.c: Likewise.
+       * sysdeps/stub/opendir.c: Likewise.
+       * sysdeps/stub/pipestream.c: Likewise.
+       * sysdeps/stub/ptrace.c: Likewise.
+       * sysdeps/stub/putenv.c: Likewise.
+       * sysdeps/stub/readdir.c: Likewise.
+       * sysdeps/stub/reboot.c: Likewise.
+       * sysdeps/stub/recv.c: Likewise.
+       * sysdeps/stub/recvfrom.c: Likewise.
+       * sysdeps/stub/rename.c: Likewise.
+       * sysdeps/stub/rewinddir.c: Likewise.
+       * sysdeps/stub/seekdir.c: Likewise.
+       * sysdeps/stub/send.c: Likewise.
+       * sysdeps/stub/sendto.c: Likewise.
+       * sysdeps/stub/setegid.c: Likewise.
+       * sysdeps/stub/seteuid.c: Likewise.
+       * sysdeps/stub/setgroups.c: Likewise.
+       * sysdeps/stub/sethostid.c: Likewise.
+       * sysdeps/stub/sethostname.c: Likewise.
+       * sysdeps/stub/setjmp.c: Likewise.
+       * sysdeps/stub/setrlimit.c: Likewise.
+       * sysdeps/stub/setsockopt.c: Likewise.
+       * sysdeps/stub/shutdown.c: Likewise.
+       * sysdeps/stub/signal.c: Likewise.
+       * sysdeps/stub/sigsuspend.c: Likewise.
+       * sysdeps/stub/sin.c: Likewise.
+       * sysdeps/stub/sinh.c: Likewise.
+       * sysdeps/stub/socket.c: Likewise.
+       * sysdeps/stub/socketpair.c: Likewise.
+       * sysdeps/stub/sqrt.c: Likewise.
+       * sysdeps/stub/sync.c: Likewise.
+M sysd-stdio.c
+       * sysdeps/stub/system.c: Likewise.
+       * sysdeps/stub/tan.c: Likewise.
+       * sysdeps/stub/tanh.c: Likewise.
+       * sysdeps/stub/tcdrain.c: Likewise.
+       * sysdeps/stub/tcflow.c: Likewise.
+       * sysdeps/stub/tcgetpgrp.c: Likewise.
+       * sysdeps/stub/tcsendbrk.c: Likewise.
+       * sysdeps/stub/tcsetattr.c: Likewise.
+       * sysdeps/stub/tcsetpgrp.c: Likewise.
+       * sysdeps/stub/telldir.c: Likewise.
+       * sysdeps/stub/tempname.c: Likewise.
+       * sysdeps/stub/ttyname.c: Likewise.
+       * sysdeps/stub/ttyname_r.c: Likewise.
+       * sysdeps/stub/utime.c: Likewise.
+
+       * gmon/gmon.c (moncontrol): Don't cast buffer arg to profil.
+
+       * time/mktime.c (localtime_r): Use 0 instead of NULL.
+
        * config.make.in (AS): New variable; set to `$(CC) -c'.
 
        * posix/unistd.h [__USE_BSD]: Declare profil.
index df528e259ff20b961d42f8ce279268b1a0198567..342801651f6727b5c5fae2c23f5fb8fb0f9f677b 100644 (file)
@@ -199,12 +199,12 @@ moncontrol(mode)
 
        if (mode) {
                /* start */
-               profil((char *)p->kcount, p->kcountsize, (int)p->lowpc,
+               profil(p->kcount, p->kcountsize, (int)p->lowpc,
                    s_scale);
                p->state = GMON_PROF_ON;
        } else {
                /* stop */
-               profil((char *)0, 0, 0, 0);
+               profil(0, 0, 0, 0);
                p->state = GMON_PROF_OFF;
        }
 }
index 0d675d6d22476afc8a954401fe8a3309e097e8ce..e1728dbf4e1e1b345ec9f47a168e0cbcb52292c6 100644 (file)
@@ -19,6 +19,7 @@ Cambridge, MA 02139, USA.  */
 #include <errno.h>
 #include <unistd.h>
 #include <sys/utsname.h>
+#include <string.h>
 
 #if _UTSNAME_DOMAIN_LENGTH
 /* The `uname' information includes the domain name.  */
index 9fe0d86a0ad8df619dd1ebff4c5489bd3c916b6e..4f4c07e1df97d27965b076a2be81b40d8fbe713c 100644 (file)
@@ -20,6 +20,7 @@ Cambridge, MA 02139, USA.  */
 #include <sys/types.h>
 #include <errno.h>
 #include <unistd.h>
+#include <fcntl.h>
 
 /* Truncate PATH to LENGTH bytes.  */
 int
index 3cc4c4b5a01c759d504c09260c1a6207da007fbb..d7f38f974b25a45b13bdca27e6519d32e544327c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -34,11 +34,4 @@ DEFUN(__longjmp, (env, val), CONST __jmp_buf env AND int val)
   /* No way to signal failure. */
 }
 
-
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(longjmp);
-
-#endif /* GNU stabs.  */
+stub_warning (longjmp)
index d72a4301509c5425612466879a472fc77798cfe1..4b2c59a48b0b2210370383c9b1f90cd14e845609 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(_exit, (status), int status)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(_exit);
-
-#endif /* GNU stabs.  */
+stub_warning (_exit)
index d3a30c2844b91947fbf0cfd5e20fb0c00db85906..429f2aaefb01d967d03d21eb1f8a701c148d0842 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -34,10 +34,4 @@ DEFUN(accept, (fd, addr, addr_len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(accept);
-
-#endif /* GNU stabs.  */
+stub_warning (accept)
index 2ba05b5573f5761096e91ede583f623628133b58..6684ce0b335665bfbbfd2676ba47af151436be34 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(acos, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(acos);
-
-#endif /* GNU stabs.  */
+stub_warning (acos)
index 861d624a035daa90c483068c977ba20958bf8892..78cf673e7169b55c30a72838430964fd01a59e11 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,10 +35,4 @@ DEFUN(alarm, (seconds), unsigned int seconds)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(alarm);
-
-#endif /* GNU stabs.  */
+stub_warning (alarm)
index e645d4864078108f6e6106ca66ec5b05ca884e39..0d4ee06c503b3bcd752d683a40f151b36de660f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(asin, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(asin);
-
-#endif /* GNU stabs.  */
+stub_warning (asin)
index c6ed43f625a168cb21fecc1f8c55f65c8c1db190..cc7a0eebbc9968070e8afe986c9f8f10ea7c0dd7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -28,10 +28,4 @@ DEFUN(atan2, (y, x), double y AND double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(atan2);
-
-#endif /* GNU stabs.  */
+stub_warning (atan2)
index 8ee50234a44fab517228b9016d59c5d409fdeb8f..9a744ef20916131d1ca2f6283d294a8845c693bd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(bind, (fd, addr, len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(bind);
-
-#endif /* GNU stabs.  */
+stub_warning (bind)
index 8835bead9bdb28f7527f65844b4a5ea8d780ec83..a330b051e57b4b20a0c64388333d7d8a8d3c4959 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 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
@@ -29,10 +29,4 @@ DEFUN(cbrt, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(cbrt);
-
-#endif /* GNU stabs.  */
+stub_warning (cbrt)
index 637784accd78a66ee44e895dfc3bfdfdb9a00b5d..a18d3493299a4197e00e8492b294031189615386 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(chroot, (path), CONST char *path)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(chroot);
-
-#endif /* GNU stabs.  */
+stub_warning (chroot)
index 4595d47ecb4ed8ae93f2928f1c84b60a6a4605d2..fbc1ebe3d43f02a3067d0f4856352f5d8d3434f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(closedir, (dirp), DIR *dirp)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(closedir);
-
-#endif /* GNU stabs.  */
+stub_warning (closedir)
index 5fae8dd23a60550331351dfa97829962e024cc65..8e6c7243b46146de3abd352ce5d6b21e1652ccbc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ DEFUN(connect, (fd, addr, len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(connect);
-
-#endif /* GNU stabs.  */
+stub_warning (connect)
index 675855ce56c685f2bab6b04c2f267fb960271f9c..81cf1b603f9b259bac7f165b0de1587811cc4183 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(cos, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(cos);
-
-#endif /* GNU stabs.  */
+stub_warning (cos)
index ce1a0e241d43620ce95c3795ba020f29bcf6b84b..6fdfc5dce52b34f5a74e5a13ed5590ff5b5d6252 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(cosh, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(cosh);
-
-#endif /* GNU stabs.  */
+stub_warning (cosh)
index 0e74518fabeeac1ecc0ee50c70abfd34d936ec45..1025d686d755df48b3dbe80cd4501dca954edf43 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(ctermid, (s), char *s)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(ctermid);
-
-#endif /* GNU stabs.  */
+stub_warning (ctermid)
index e2c0eb77f1615b0c4ab1f2dcc088767f6c008bee..655ddaf2a534eb334abc77e66a24c2ab3d57724d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(cuserid, (s), char *s)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(cuserid);
-
-#endif /* GNU stabs.  */
+stub_warning (cuserid)
index 56d1871e52ea5e2ac23cec2f2c555db39d958708..66f4c4dd24b4122e716bd6fda5dce65d1b848e3d 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of global stdio data structures.
 
-Copyright (C) 1991 Free Software Foundation, Inc.
+Copyright (C) 1991, 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
@@ -45,7 +45,5 @@ DEFUN_VOID(_cleanup)
 
 
 #ifdef HAVE_GNU_LD
-#include <gnu-stabs.h>
-
-text_set_element(__libc_atexit, _cleanup);
+text_set_element (__libc_atexit, _cleanup);
 #endif
index ba9e578ac5499c4724bcbcd00db11ae56cbb19b4..0ae956f56f6e6238ad36d7b0abe31cae596a5d60 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(exp, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(exp);
-
-#endif /* GNU stabs.  */
+stub_warning (exp)
index e2cdc19df75939f21e6e6910192ee2bc7e6527d5..19fb4316829a3e140105ad1a576c2304a0231f99 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(fmod, (x, y), double x AND double y)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(fmod);
-
-#endif /* GNU stabs.  */
+stub_warning (fmod)
index f1c3693b95ca1703cda396abaf56bc552942c3a7..b8e77f72f156522bacbc3c2aee87332fa850f692 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(frexp, (value, exp), double value AND int *exp)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(frexp);
-
-#endif /* GNU stabs.  */
+stub_warning (frexp)
index f8c92bf7ef78d23e4d897c6389ad7edfb1339621..84780da828e845e615c4e729cd8ea446211a8098 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(fsync, (fd), int fd)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(fsync);
-
-#endif /* GNU stabs.  */
+stub_warning (fsync)
index 16abaeee21872ae69e14a7054abf64f7970681b3..b6efa89e28073cdf7ae5427010ff8e22228f9e43 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 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
@@ -36,10 +36,4 @@ DEFUN(getcwd, (buf, size), char *buf AND size_t size)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getcwd);
-
-#endif /* GNU stabs.  */
+stub_warning (getcwd)
index 2f5dd99380d91971521546b953547554e125fb64..a53e25bd96ba178b700fb69b221c07cd9f515c93 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(getenv, (name), CONST char *name)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getenv);
-
-#endif /* GNU stabs.  */
+stub_warning (getenv)
index 74a3d66438d226d6664a7266e9af4168607d8c5c..8ff3827f51fdccad9b0e2c97587a96f1e0064e91 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN_VOID(gethostid)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(gethostid);
-
-#endif /* GNU stabs.  */
+stub_warning (gethostid)
index bd48eb72069c4fc9314fd6897ce8d49cd7682390..d350bfb84398b769afd5114c7461302e639e589c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN_VOID(getlogin)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getlogin);
-
-#endif /* GNU stabs.  */
+stub_warning (getlogin)
index ca9cf3539c6645a66889530537110900cdb142ea..79497ca8aa1bd65e791baf743e0057479876caa1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(getpeername, (fd, addr, len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getpeername);
-
-#endif /* GNU stabs.  */
+stub_warning (getpeername)
index 3c0404478e203a4fe53adea86fb38de09a4fc2b5..eb6b43d834e6024fad1ecafd4e1feb6f84e55e9e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,11 +32,4 @@ DEFUN(getpriority, (which, who),
   return -1;
 }
 
-
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getpriority);
-
-#endif /* GNU stabs.  */
+stub_warning (getpriority)
index ed6f04f47ae7ea7a7c7cdc75ddf0fd29324a290d..8553c5f262e405f33e4350af4a3f8c6b8bae3e74 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(getrlimit, (resource, rlimits),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getrlimit);
-
-#endif /* GNU stabs.  */
+stub_warning (getrlimit)
index 93a5f8e0082c1a91841b64b24cad326d5d9ce92b..a587e26e9e0eb54eae3a31bf31dba6864104bdd2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(getsockname, (fd, addr, len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getsockname);
-
-#endif /* GNU stabs.  */
+stub_warning (getsockname)
index aa71e72193b4f17cb8fd986ecfe579e5e337527c..ab34d8b09c68eafc799bf84206b32e4a77c2e9c8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ DEFUN(getsockopt, (fd, level, optname, optval, optlen),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(getsockopt);
-
-#endif /* GNU stabs.  */
+stub_warning (getsockopt)
index 40bd998ee45169f225ec34611b825a36137fdda2..6b7d4df9381b732ad5bb8a7f98daf0b5c919665d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(listen, (fd, n),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(listen);
-
-#endif /* GNU stabs.  */
+stub_warning (listen)
index 49ed8029faec3beaf7a5bc16d87ca1038ce1405c..99dab7b65d6bcc7dee3308796aade698acf539f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(log, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(log);
-
-#endif /* GNU stabs.  */
+stub_warning (log)
index 26fb85477cf28d75f6e7973b1532e5ec89eacd4f..8ddffe6e719ca064a03cc266958cedfb7b7be9bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(log10, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(log10);
-
-#endif /* GNU stabs.  */
+stub_warning (log10)
index 2b5c29c061e3bee6b3904a69ae2082cb65e95d04..d8aa88283c9c3943d170dac4f0593f87d77f7990 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -38,10 +38,4 @@ DEFUN(mkfifo, (path, mode), CONST char *path AND mode_t mode)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(mkfifo);
-
-#endif /* GNU stabs.  */
+stub_warning (mkfifo)
index 4f11e9ccefbcee21111159f926363b339e63390d..cb669277b0583840a85afba35565519f0f9720f3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 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
@@ -34,10 +34,4 @@ DEFUN(__default_morecore, (increment), ptrdiff_t increment)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(__default_morecore);
-
-#endif /* GNU stabs.  */
+stub_warning (__default_morecore)
index c2ca0892f0ddfb601d781b08ec2a6e10161deede..5c3768a7e5b16cdd4f5163521c71147a4a6ea3f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 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
@@ -29,11 +29,4 @@ DEFUN(nice, (incr), int incr)
   return -1;
 }
 
-
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning (nice);
-
-#endif /* GNU stabs.  */
+stub_warning (nice)
index d0e0e59fee55eb1890b7e18c4bfc9f16ca357bcd..1407033114490aaada4cb7e5cbb0acd356fb6639 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -39,10 +39,4 @@ DEFUN(nlist, (file, nl),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(nlist);
-
-#endif /* GNU stabs.  */
+stub_warning (nlist)
index e3697d710c8e70aa56bc254fa99129358d08c7cc..e2124c79ad035b69d18762188af022b0c521eb14 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(opendir, (name), CONST char *name)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(opendir);
-
-#endif /* GNU stabs.  */
+stub_warning (opendir)
index 143cf719409645d2b0e0c9a2c799ef123b6da046..afa2c4735d1aa223ac3b2e4d3a8a76343e85ba0d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 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
@@ -53,12 +53,5 @@ DEFUN(pclose, (stream), register FILE *stream)
   return -1;
 }
 
-
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(popen);
-stub_warning(pclose);
-
-#endif /* GNU stabs.  */
+stub_warning (popen)
+stub_warning (pclose)
index 6bd5917f39a456e93305c16f0261370849b749c2..31fbbb1b059d2fee944774d17691ddc77cf91e2f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 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
@@ -99,10 +99,4 @@ DEFUN(ptrace, (request), enum __ptrace_request request DOTS)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(ptrace);
-
-#endif /* GNU stabs.  */
+stub_warning (ptrace)
index 964655f3e014e43264d6add92484fd69260ab406..3d845d8eaa50792f54b540b7be98c6fa09bbc14f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(putenv, (string), CONST char *string)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(putenv);
-
-#endif /* GNU stabs.  */
+stub_warning (putenv)
index bce3df271b949f11f331b27bf2eeef2667b1ad6e..ad23ac1afc82430066a8b8abca1e8e23234b479f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(readdir, (dirp), DIR *dirp)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(readdir);
-
-#endif /* GNU stabs.  */
+stub_warning (readdir)
index 6801499e59ea1753623b47b21206b223524b6bd1..5cc05eb5cb7041a50b6085ff08e5e62c8c744159 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 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
@@ -29,10 +29,4 @@ DEFUN(reboot, (howto), int howto)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(reboot);
-
-#endif /* GNU stabs.  */
+stub_warning (reboot)
index e7355af49c1ee15f488c8bc69366be7f25e3c7d6..21c9cfa1b2ea2635cc5c72d695299bb75edc86d1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(recv, (fd, buf, n, flags),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(recv);
-
-#endif /* GNU stabs.  */
+stub_warning (recv)
index 6d33bb62821aa548e2cb249b5182fb835cb8ff4e..aca6d23791501366a9dd699d49eca6a8be6f1dcd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ DEFUN(recvfrom, (fd, buf, n, flags, addr, addr_len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(recvfrom);
-
-#endif /* GNU stabs.  */
+stub_warning (recvfrom)
index c69df720505c47612a9e45ff709c79cd45f2a95d..e880d7908bb0d2fa78830eb8763c1a58d89cf61b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -36,10 +36,4 @@ DEFUN(rename, (old, new), CONST char *old AND CONST char *new)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(rename);
-
-#endif /* GNU stabs.  */
+stub_warning (rename)
index 1eb5a0bf5cd3d1ee9b049d513d38265499339731..d4f0ce9fa01c78db6259b21730ed6463e570dca9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(rewinddir, (dirp), DIR *dirp)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(rewinddir);
-
-#endif /* GNU stabs.  */
+stub_warning (rewinddir)
index 61d270b8b800dc9c6fad310878d12add27255cde..449aa62e1ed4b73aef1cc68d5c45b96690cc6aa2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -36,10 +36,4 @@ DEFUN(seekdir, (dirp, pos), DIR *dirp AND off_t pos)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(seekdir);
-
-#endif /* GNU stabs.  */
+stub_warning (seekdir)
index d1fbc694819beddc66a44c70092950753734381f..3832185b9e7604778bd0acd5b4687b7b03f572f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(send, (fd, buf, n, flags),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(send);
-
-#endif /* GNU stabs.  */
+stub_warning (send)
index 21d76ba12f45ed848b6462a75847c6ed45c9310d..f2253b12b9548406f0ada358e8402827f51e9fbb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(sendto, (fd, buf, n, flags, addr, addr_len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sendto);
-
-#endif /* GNU stabs.  */
+stub_warning (sendto)
index 58a3fe93c8be80cf49924e270c9b03ec016a97e6..3429c67911abdead6ea52d7e052f2574ee43017b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 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
@@ -29,10 +29,4 @@ DEFUN(setegid, (gid), __gid_t gid)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(setegid);
-
-#endif /* GNU stabs.  */
+stub_warning (setegid)
index 73180ccf67b9d16e7483350af271b6ff4c536f71..e86e9a5898547521254ba528ad4ef058739012f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 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
@@ -29,10 +29,4 @@ DEFUN(seteuid, (uid), __uid_t uid)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(seteuid);
-
-#endif /* GNU stabs.  */
+stub_warning (seteuid)
index 71d08d2732ce496aa6fdd55f9ebb2184a41557cf..c5955a014e0d6e593a8aa4124bd6653e7bcf4249 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(setgroups, (n, groups), size_t n AND CONST gid_t *groups)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(setgroups);
-
-#endif /* GNU stabs.  */
+stub_warning (setgroups)
index 500e1003cfe9141ca846b8c501f52b5f51458e90..d12b93bc6d656d9f70d7c31745e7f39ef5c4bd59 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,10 +30,4 @@ DEFUN(sethostid, (id), long int id)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sethostid);
-
-#endif /* GNU stabs.  */
+stub_warning (sethostid)
index db44239b8fdc68f52f72b60720eaed233414e9b5..81fa5fb742c96a2a07b95ffafde5db3bc9d5d40d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(sethostname, (name, len),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sethostname);
-
-#endif /* GNU stabs.  */
+stub_warning (sethostname)
index 47a471df0215b1ff031ceffe699dc13296741331..01f58121d5d771a0643b0bb86dac93dfd030f346 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ __sigsetjmp (jmp_buf env, int savemask)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(__sigsetjmp);
-
-#endif /* GNU stabs.  */
+stub_warning (__sigsetjmp)
index b826927f73bfcefa604fa067bf6240e3b986e317..255306e14261baf641dc0891157c9613e762ad7c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -30,11 +30,4 @@ DEFUN(setpriority, (which, who, prio),
   return -1;
 }
 
-
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(setpriority);
-
-#endif /* GNU stabs.  */
+stub_warning (setpriority)
index 4e8083f8a87889ce720c3550a475f78f448d530d..2affcc76b84967ae55934099295b735c27f86ced 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(setrlimit, (resource, rlimits),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(setrlimit);
-
-#endif /* GNU stabs.  */
+stub_warning (setrlimit)
index bd1500a90347fe4a6dede2827d5e45f002eb1799..c1933afe387c369ddb6e8c26a1bef3b8828caf9f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ DEFUN(setsockopt, (fd, level, optname, optval, optlen),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(setsockopt);
-
-#endif /* GNU stabs.  */
+stub_warning (setsockopt)
index 65d418fa95c1aa8e23bd2765a3add5d7b9132e6c..501d5321847400336c2a3f6f0fc7e3c9468d6804 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,10 +35,4 @@ DEFUN(shutdown, (fd, how),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(shutdown);
-
-#endif /* GNU stabs.  */
+stub_warning (shutdown)
index 88dc14a402c93a25b0eaeaee3a2515c03b30b4f8..2bd9b4217fe6dd9fb13e9199acdaa75708417572 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(signal, (sig, handler), int sig AND __sighandler_t handler)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(signal);
-
-#endif /* GNU stabs.  */
+stub_warning (signal)
index 9c2067b2bfd34f4c24649812047d0854f3c330c2..da7ff85a833707ecff5e39385533d22971d72bcf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -31,10 +31,4 @@ DEFUN(sigsuspend, (set), CONST sigset_t *set)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sigsuspend);
-
-#endif /* GNU stabs.  */
+stub_warning (sigsuspend)
index 9286811cfe0e4bbeba3a4e801b46765f84635414..7100661dbb5f151ecf3094a0c137b0bc3e03e149 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(sin, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sin);
-
-#endif /* GNU stabs.  */
+stub_warning (sin)
index 80c1b8833fed2906d8d0173bf583684b605ab8e3..52cc8c1d400f85c5369ffed8659665ab5c9e1155 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(sinh, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sinh);
-
-#endif /* GNU stabs.  */
+stub_warning (sinh)
index a1e3d97e78908ee3e1c29e1ac3b4e957516e4502..5012cf2cc980e7237fea2aa3881e655fb043b74a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -32,10 +32,4 @@ DEFUN(socket, (domain, type, protocol),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(socket);
-
-#endif /* GNU stabs.  */
+stub_warning (socket)
index f79cc28823d9d70c3b5dc27c513bd1127e58ab04..77889b486dff6d66a9c8403bc04777313a8a4d64 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -33,10 +33,4 @@ DEFUN(socketpair, (domain, type, protocol, fds),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(socketpair);
-
-#endif /* GNU stabs.  */
+stub_warning (socketpair)
index bdba5e5944061c2564aa68a1460495b33989cc12..8ca345972ef3e156891a8f4519012f22721f7a8c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(sqrt, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sqrt);
-
-#endif /* GNU stabs.  */
+stub_warning (sqrt)
index 6a8e5e697683c6ab3ace56bb7575a5c539ff0d1e..34ddf2f0de1abbab2332dddbd9474689840d5502 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN_VOID(sync)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(sync);
-
-#endif /* GNU stabs.  */
+stub_warning (sync)
index 51d2ddb51911dc19bf2ca104016f00195dab82b5..c74823a7a43fddee998891163b9cc623f2566054 100644 (file)
@@ -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
@@ -96,16 +96,10 @@ DEFUN(__stdio_reopen, (filename, m, cookieptr),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(__stdio_read);
-stub_warning(__stdio_write);
-stub_warning(__stdio_seek);
-stub_warning(__stdio_close);
-stub_warning(__stdio_fileno);
-stub_warning(__stdio_open);
-stub_warning(__stdio_reopen);
-
-#endif /* GNU stabs.  */
+stub_warning (__stdio_read)
+stub_warning (__stdio_write)
+stub_warning (__stdio_seek)
+stub_warning (__stdio_close)
+stub_warning (__stdio_fileno)
+stub_warning (__stdio_open)
+stub_warning (__stdio_reopen)
index c2b35fbbcd3120769ef4e912c0b3b2d5862ed3c0..75c0747a1e8572e37f04f94ca485117cdcdec12c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 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
@@ -33,10 +33,4 @@ DEFUN(system, (line), CONST char *line)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(system);
-
-#endif /* GNU stabs.  */
+stub_warning (system)
index de7b56130e728705ebefa8ccc88f0b0978fab4c8..cca882d2748b6f4e14c4b75e603e531fb1cc6058 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(tan, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tan);
-
-#endif /* GNU stabs.  */
+stub_warning (tan)
index 3d748c015e5c9fea6dc08209ea6b86011e6df440..4eb55b9028ae1649a65a34a905133ad8a0a62a8c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -29,10 +29,4 @@ DEFUN(tanh, (x), double x)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tanh);
-
-#endif /* GNU stabs.  */
+stub_warning (tanh)
index 9fc96b8e1ee122ef96fbe49ade8d689468ad0cef..20f2b86195d0984670857d9aa7016a44400dae1e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,10 +35,4 @@ DEFUN(tcdrain, (fd), int fd)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcdrain);
-
-#endif /* GNU stabs.  */
+stub_warning (tcdrain)
index 968b9a48dea3d375b13d3561ed6b10f223c21572..5ccc9d56467a93653e0b2c86e83d121c0b934aca 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -48,10 +48,4 @@ DEFUN(tcflow, (fd, action), int fd AND int action)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcflow);
-
-#endif /* GNU stabs.  */
+stub_warning (tcflow)
index 6a667d0a3580c4bdc9c6305ec090ae1106b54ee6..1e1ebfa92300ea478b3cc3f59cd96e1356ecf207 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -36,10 +36,4 @@ DEFUN(tcgetpgrp, (fd), int fd)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcgetpgrp);
-
-#endif /* GNU stabs.  */
+stub_warning (tcgetpgrp)
index 4c90426186c118c9615048f2110700118ced363a..6d8be7403c2d33d569c8f37ff626916c36c509a1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,10 +35,4 @@ DEFUN(tcsendbreak, (fd, duration), int fd AND int duration)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcsendbreak);
-
-#endif /* GNU stabs.  */
+stub_warning (tcsendbreak)
index 21de21e3cbdaf6cff097f65f22aa957a40265ba9..89ee7d7c32da4e44124fbcd56f92cf1470f6d999 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -91,10 +91,4 @@ DEFUN(bad_speed, (speed), speed_t speed)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcsetattr);
-
-#endif /* GNU stabs.  */
+stub_warning (tcsetattr)
index 06b8feda00971ed7d9d5c35ae3494f05506837e1..3dbe34e29cd11b7d1f3ae3adf4f9d59444e947cc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -37,10 +37,4 @@ DEFUN(tcsetpgrp, (fd, pgrp_id),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(tcsetpgrp);
-
-#endif /* GNU stabs.  */
+stub_warning (tcsetpgrp)
index 3d2a40e38cec95138b71d62a64c2df98bdb981e5..ce00e09fb409752dbbc13483bd158360a2080fac 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -37,10 +37,4 @@ DEFUN(telldir, (dirp), DIR *dirp)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(telldir);
-
-#endif /* GNU stabs.  */
+stub_warning (telldir)
index 6292f8acecbcb071864910db2ca8a3da486c5295..42b1c32022951c5eba30e2a46fab54c9758f5c52 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 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
@@ -38,10 +38,4 @@ DEFUN(__stdio_gen_tempname, (dir, pfx, dir_search, lenptr),
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(__stdio_gen_tempname);
-
-#endif /* GNU stabs.  */
+stub_warning (__stdio_gen_tempname)
index 1a7c559ee40ddefed785fd337b2ab517119b468f..a243e85053530913cdc94313f84970a97250095a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -34,10 +34,4 @@ DEFUN(ttyname, (fd), int fd)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(ttyname);
-
-#endif /* GNU stabs.  */
+stub_warning (ttyname)
index 875929e3f3e5a56be4d1d3d4d8fa124dc6409ef3..67350d9ed3f8cdac0858060f02db1b0c550cbb29 100644 (file)
@@ -33,10 +33,4 @@ ttyname_r (fd, buf, buflen)
 }
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(ttyname_r);
-
-#endif /* GNU stabs.  */
+stub_warning (ttyname_r)
index eee736fabd55007edc2ae7fbda1502050fa50276..641960dd1b9444b03d6f858b3021edc4e592c91f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -38,10 +38,4 @@ DEFUN(utime, (file, times), CONST char *file AND CONST struct utimbuf *times)
 
 
 
-#ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(utime);
-
-#endif /* GNU stabs.  */
+stub_warning (utime)
index 8069c52d6b9e4082d3b39c8bfda6c789a0546363..4fb599a72c4db8463cae911cbb85df636189f76c 100755 (executable)
@@ -64,7 +64,10 @@ for unix_function in \
   access select getgroups setgroups \
   getitimer setitimer \
   getdomainname/getdomain=bsd/bsd4.4 \
-  setdomainname/setdomain=bsd/bsd4.4
+  setdomainname/setdomain=bsd/bsd4.4 \
+  profil=bsd \
+  getpriority setpriority \
+  getrlimit setrlimit
 do
 
   # $unix_function  => $unix_syscall           $unix_srcname
index 08a925a5eea3ecab640538a49ada3653248b1fe7..6d8a1fd0064ee6274432f3c80876cd66a5e56165 100644 (file)
@@ -72,7 +72,9 @@ for unix_function in \
   getitimer setitimer \
   getdomainname/getdomain=bsd/bsd4.4 \
   setdomainname/setdomain=bsd/bsd4.4 \
-  profil=bsd
+  profil=bsd \
+  getpriority setpriority \
+  getrlimit setrlimit
 do
 
   # $unix_function  => $unix_syscall           $unix_srcname
index 46f2886c4a8914d0a6e0c9fe7952b2703018238d..7fd77dd936e20efccd1cbb39fd2c05eaeeb27bcb 100644 (file)
@@ -29,7 +29,7 @@ Cambridge, MA 02139, USA.  */
 
 /* For ELF we need the `.type' directive to make shared libs work right.  */
 #ifdef HAVE_ELF
-#define ASM_TYPE_DIRECTIVE(name,type)  .type name,type;
+#define ASM_TYPE_DIRECTIVE(name,typearg)       .type name,typearg;
 #else
 #define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified.  */
 #endif
index 5b91c15f8168f400128f4e6ed1f6e16ae858c61f..1adb138e0a1b1dfbc75b7e509ce2d46fa86a818e 100644 (file)
@@ -413,7 +413,7 @@ localtime_r (t, tp)
 { 
   struct tm *l = localtime (t);
   if (! l)
-    return NULL;
+    return 0;
   *tp = *l;
   return tp;
 }