]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Converted to use weak aliases with macros from libc-symbols.h.
authorRoland McGrath <roland@gnu.org>
Sat, 21 Jan 1995 15:40:54 +0000 (15:40 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 21 Jan 1995 15:40:54 +0000 (15:40 +0000)
80 files changed:
sysdeps/m68k/fpu/isinf.c
sysdeps/m68k/fpu/isnan.c
sysdeps/m68k/fpu/logb.c
sysdeps/m68k/fpu/rint.c
sysdeps/mach/hurd/alpha/sigreturn.c
sysdeps/mach/hurd/mips/sigreturn.c
sysdeps/standalone/open.c
sysdeps/standalone/read.c
sysdeps/standalone/write.c
sysdeps/unix/bsd/Attic/osf1/alpha/pipe.S
sysdeps/unix/bsd/Attic/osf1/alpha/sigblock.S
sysdeps/unix/bsd/Attic/osf1/alpha/sigpause.S
sysdeps/unix/bsd/Attic/osf1/alpha/sigsetmask.S
sysdeps/unix/bsd/Attic/osf1/alpha/sigvec.S
sysdeps/unix/bsd/Attic/osf1/alpha/wait4.S
sysdeps/unix/bsd/Attic/osf1/alpha/waitpid.c
sysdeps/unix/bsd/hp/m68k/wait3.S
sysdeps/unix/bsd/m68k/pipe.S
sysdeps/unix/bsd/m68k/wait.S
sysdeps/unix/bsd/sequent/i386/getgroups.S
sysdeps/unix/bsd/sequent/i386/sigvec.S
sysdeps/unix/bsd/sony/newsos4/wait.c
sysdeps/unix/bsd/sony/newsos4/wait3.c
sysdeps/unix/bsd/sony/newsos4/wait4.c
sysdeps/unix/bsd/sun/sigreturn.S
sysdeps/unix/bsd/sun/sigvec.S
sysdeps/unix/bsd/sun/sunos3/m68k/wait.S
sysdeps/unix/bsd/sun/sunos4/setsid.S
sysdeps/unix/bsd/sun/sunos4/tcgetattr.c
sysdeps/unix/bsd/sun/sunos4/wait.c
sysdeps/unix/bsd/sun/sunos4/wait3.c
sysdeps/unix/bsd/sun/sunos4/wait4.c
sysdeps/unix/bsd/sun/sunos4/waitpid.c
sysdeps/unix/bsd/ultrix4/mips/sigvec.S
sysdeps/unix/bsd/ultrix4/mips/vfork.S
sysdeps/unix/bsd/ultrix4/setsid.S
sysdeps/unix/bsd/ultrix4/sysconf.c
sysdeps/unix/bsd/ultrix4/wait3.S
sysdeps/unix/bsd/ultrix4/waitpid.S
sysdeps/unix/bsd/vax/pipe.S
sysdeps/unix/bsd/vax/wait.S
sysdeps/unix/bsd/vax/wait3.S
sysdeps/unix/mips/pipe.S
sysdeps/unix/mips/sigreturn.S
sysdeps/unix/mips/wait.S
sysdeps/unix/sysv/i386/sigreturn.S
sysdeps/unix/sysv/irix4/getgroups.c
sysdeps/unix/sysv/irix4/getrusage.c
sysdeps/unix/sysv/irix4/gettimeofday.c
sysdeps/unix/sysv/irix4/pathconf.c
sysdeps/unix/sysv/irix4/setpgid.S
sysdeps/unix/sysv/irix4/sigreturn.S
sysdeps/unix/sysv/irix4/sysconf.c
sysdeps/unix/sysv/irix4/wait.S
sysdeps/unix/sysv/irix4/wait3.S
sysdeps/unix/sysv/irix4/waitpid.c
sysdeps/unix/sysv/sco3.2.4/getgroups.c
sysdeps/unix/sysv/sco3.2.4/pathconf.S
sysdeps/unix/sysv/sco3.2.4/setpgid.c
sysdeps/unix/sysv/sco3.2.4/setsid.c
sysdeps/unix/sysv/sco3.2.4/sigaction.S
sysdeps/unix/sysv/sco3.2.4/sigprocmask.S
sysdeps/unix/sysv/sco3.2.4/sysconf.S
sysdeps/unix/sysv/sco3.2.4/waitpid.S
sysdeps/unix/sysv/sysv4/getdtsz.c
sysdeps/unix/sysv/sysv4/gethostname.c
sysdeps/unix/sysv/sysv4/getpagesize.c
sysdeps/unix/sysv/sysv4/i386/lstat.S
sysdeps/unix/sysv/sysv4/i386/mknod.S
sysdeps/unix/sysv/sysv4/i386/stat.S
sysdeps/unix/sysv/sysv4/i386/vfork.S
sysdeps/unix/sysv/sysv4/setpgid.c
sysdeps/unix/sysv/sysv4/setsid.c
sysdeps/unix/sysv/sysv4/sigaction.c
sysdeps/unix/sysv/sysv4/sigprocmask.S
sysdeps/unix/sysv/sysv4/solaris2/utimes.S
sysdeps/unix/sysv/sysv4/sysconf.c
sysdeps/unix/sysv/sysv4/waitpid.c
sysdeps/vax/infnan.c
sysdeps/vax/memccpy.c

index c816dcd0675c02377fe0b741ec33f4565ed85cbc..ab2cf0bb03aca727a3fcedf239eb34e2e9aef794 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
@@ -25,8 +25,10 @@ Cambridge, MA 02139, USA.  */
 #endif
 
 
-__CONSTVALUE int
+int
 DEFUN(FUNC, (x), double x)
 {
   return __m81_u(FUNC)(x);
 }
+
+weak_alias (__isinf, isinf)
index e90c691cca9a73e1ddc691e205d5bd29e520d2ac..d0984911d2b752b277b9cc9f65fca4d9e695669a 100644 (file)
@@ -1,2 +1,4 @@
 #define        FUNC    __isnan
-#include <__isinf.c>
+#include <isinf.c>
+
+weak_alias (__isnan, isnan)
index 27ce1048fdd20d1080a19a37300be067aefad46e..8619c908c8614cdb423d6bc558af1e2587775c7b 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
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA.  */
 
 /* Return the base 2 signed integral exponent of X.  */
 
-__CONSTVALUE double
+double
 DEFUN(__logb, (x), double x)
 {
   if (__isnan (x))
@@ -39,6 +39,8 @@ DEFUN(__logb, (x), double x)
   return x;
 }
 
+weak_alias (__logb, logb)
+
 #else
-#include <sysdeps/ieee754/__logb.c>
+#include <sysdeps/ieee754/logb.c>
 #endif
index 288ae81ce42bd6b7d8400d57aac525fa79b2e83f..f83a4e4c3f7c166ee2acdb7112f8c0bffa7fbf53 100644 (file)
@@ -1,3 +1,5 @@
 #define        FUNC    __rint
 #define        OP      intr
 #include <acos.c>
+
+weak_alias (__rint, rint)
index c178a034357be9882d43dd800f6aa465c28c4bb8..4adfb8d78fd18aed747d1579eeb1527ca9799502 100644 (file)
@@ -1,5 +1,5 @@
 /* Return from signal handler in GNU C library for Hurd.  Alpha version.
-Copyright (C) 1994 Free Software Foundation, Inc.
+Copyright (C) 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
@@ -207,3 +207,5 @@ __sigreturn (struct sigcontext *scp)
   /* NOTREACHED */
   return -1;
 }
+
+weak_alias (__sigreturn, sigreturn)
index 0b3a474986e8c56a893f1424d1605d3ec2e96f10..d1d444f075af73437e1fe9d21f10f279942368e1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -164,3 +164,5 @@ __sigreturn (struct sigcontext *scp)
   /* NOTREACHED */
   return -1;
 }
+
+weak_alias (__sigreturn, sigreturn)
index fdcaf65134cc1c584956e923aa1b66326bfbb7a9..910e7933e7757d0516d7c58ff9d79dd744f363ad 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
      On-Line Applications Research Corporation.
  
@@ -116,9 +116,7 @@ DEFUN(__NONE_init_console_io, (argc, argv, envp),
 }
 
 #ifdef  HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
 text_set_element (__libc_subinit, __NONE_init_console_io);
-
 #endif
+
+weak_alias (__open, open)
index 1c87b1103aff97045d0ba777f342fdd08d333d99..284321d717efb6250f6b3bc2100a31ef1c41c602 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
      On-Line Applications Research Corporation.
 
@@ -83,3 +83,5 @@ DEFUN(__read, (fd, buf, nbytes),
   *buffer = data;
   return 1;
 }
+
+weak_alias (__read, read)
index 22c01a4f0424e3966825c4583bc74e3803447b06..f0ae3888f623ccec1debb6f3985554b76beec409 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil,
      On-Line Applications Research Corporation.
 
@@ -70,3 +70,5 @@ DEFUN(__write, (fd, buf, nbytes),
   return count;
 }
 
+
+weak_alias (__write, write)
index 6973e9603179c86bec13c36ccfe1d16b056468dd..6b074eda1a1acf68c41b8aa1e92a54ad07b70315 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -26,3 +26,5 @@ SYSCALL__ (pipe, 1)
        /* Go out with a clean status.  */
        mov zero, r0
        ret
+
+weak_alias (__pipe, pipe)
index eefd64142471a741c59ef89afa7a510159423681..c3556a915f86a629dd15ad7b64e196cbec070280 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -23,3 +23,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigblock, 1)
        ret
+
+weak_alias (__sigblock, sigblock)
index 893ee089ebbe528ff40256e9d825d1bbf1119039..04b6d45db77ce75d77b8fd56ee44eb1a7d9e3b50 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -23,3 +23,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigpause, 1)
        ret
+
+weak_alias (__sigpause, sigpause)
index f2536d7aff87182b51a2cdcf4fb21c418e411b6c..fb3a1d19f738ff11611823bcf54cd04fb7c0c24d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -23,3 +23,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigsetmask, 1)
        ret
+
+weak_alias (__sigsetmask, sigsetmask)
index d0d3ae00ed8e30cc792fb1c0514cf318c9603161..b04ec6e12ed2b2222c735365fae8811ff3696ca8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -23,3 +23,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigvec, 3)
        ret
+
+weak_alias (__sigvec, sigvec)
index 0f76c625b65242366d3b37049eb2c15c1a560063..e4c322341d4fb08fa2ad7db3249568964c704171 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__wait4.S>
+#include <sysdeps/unix/bsd/bsd4.4/wait4.S>
index 47129a884533c7e97d899df8e2a536707da2f81e..8378982ac731489fe75dbde1604ccbe7ce45adca 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>
+#include <sysdeps/unix/bsd/bsd4.4/waitpid.c>
index d02f27fe7c84912d6f905fd289425ca0e5d53853..d0e758595ac292ea5be506392e9578de81b93cc8 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
@@ -35,3 +35,5 @@ ENTRY(__wait3)
 
 .globl syscall_error
 error: jmp syscall_error
+
+weak_alias (__wait3, wait3)
index 547b4f351b08c32b7a2838a3f9612931823faef6..633d18fe2cc14ed20096a637ae43c089b651b12c 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
@@ -28,3 +28,5 @@ SYSCALL__ (pipe, 1)
 #endif
        clrl d0
        rts
+
+weak_alias (__pipe, pipe)
index 927fa338b0d9a3b38b8fe70295a3c41f0c34d4fc..c7685b72aa8a37db45a9a36bad1c70646a186aa3 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
@@ -31,3 +31,5 @@ SYSCALL__ (wait, 1)
        movel d1, a0@
 #endif
 1:     rts
+
+weak_alias (__wait, wait)
index cf25abe043dd5162bda76fd985f6a2f523f24488..b68bcbdbaa2c657a8db62e6b4f2d4ac533227459 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -40,3 +40,5 @@ myerror:
        addl %esp, $(NGROUPS_MAX * 4) /* Pop the local array.  */
        jb syscall_error        /* Check for error from the system call.  */
        ret                     /* Return its value.  */
+
+weak_alias (__getgroups, getgroups)
index a5812c7fee1c75e56a4bf9d28435e1b955fe8805..1bb57c207488844384e0ab321bf94cb5ae17a28f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -41,3 +41,5 @@ ENTRY (__sigvec)
        DO_CALL (sigvec, 4)     /* Do the system call.  */
        jb syscall_error        /* Check for error.  */
        ret
+
+weak_alias (__sigvec, sigvec)
index d9ee77b4a34ffa83f013db46b2c5aa742b067d01..79d54580fd72065980a1361beafe80b3e7357b1d 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__wait.c>
+#include <sysdeps/unix/bsd/bsd4.4/wait.c>
index ecc11134bbb31a967d82731ecf5f3bbd631753c7..0b3bdee771782b7b4c872719575100c6e8f4d3f1 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>
+#include <sysdeps/unix/bsd/bsd4.4/wait3.c>
index 9183ce1b533be53751b842b1a98284eb49f5098c..856c99fd61d12493353516e57c5cdbf63c263655 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/sun/sunos4/__wait4.c>
+#include <sysdeps/unix/bsd/sun/sunos4/wait4.c>
index 9a3b5e6bdf38c5519b7338d7618f7e7dcef193f5..d0a3f3a56beb8561579e5c3b93b30c6aa97530d2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -24,3 +24,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigreturn, 1)
        /* Does not return.  */
+
+weak_alias (__sigreturn, sigreturn)
index fdf919c7b8cc24c236ee553b60bbeba90a471c78..c09397486f8249a8ef916887b3a9ae9a91b8218b 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
@@ -22,3 +22,5 @@ Cambridge, MA 02139, USA.  */
 
 PSEUDO (__raw_sigvec, sigvec, 3)
        ret
+
+weak_alias (__sigvec, sigvec)
index c7f681dff1c17b2ad455b7cae9ee1c7ee7a09661..f69c4b44312ffd4de45f277bcecdf01d1b26f7cb 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/hp/m68k/__wait.S>
+#include <sysdeps/unix/bsd/hp/m68k/wait.S>
index e0f94b0868132dc8d81b8d5d693a5c8024f84a1a..4930c56dcf451e2dc29f92b657ea969224b5caed 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__setsid.S>
+#include <sysdeps/unix/bsd/bsd4.4/setsid.S>
index dce1b02ae0fa3029f0ee7728b3669086bbcdb17f..5e45037bb2854b9321ac343829c4f2ced1985490 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -29,3 +29,5 @@ DEFUN(__tcgetattr, (fd, termios_p),
 {
   return __ioctl (fd, TCGETS, termios_p);
 }
+
+weak_alias (__tcgetattr, tcgetattr)
index d9ee77b4a34ffa83f013db46b2c5aa742b067d01..79d54580fd72065980a1361beafe80b3e7357b1d 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__wait.c>
+#include <sysdeps/unix/bsd/bsd4.4/wait.c>
index ecc11134bbb31a967d82731ecf5f3bbd631753c7..0b3bdee771782b7b4c872719575100c6e8f4d3f1 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__wait3.c>
+#include <sysdeps/unix/bsd/bsd4.4/wait3.c>
index 3e9fdcbe63b559c080496ecae5516de100d58521..4d15ddc9e89df8d345480ef4d4d1dfd7cc1c6f7c 100644 (file)
@@ -2,7 +2,7 @@
    SunOS 4.1) on top of SunOS's wait4 system call, which has semantics
    different from those documented.  Go Sun!
 
-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
@@ -46,3 +46,5 @@ DEFUN(__wait4, (pid, stat_loc, options, usage),
 
   return __wait4_syscall (pid, stat_loc, options, usage);
 }
+
+weak_alias (__wait4, wait4)
index 47129a884533c7e97d899df8e2a536707da2f81e..8378982ac731489fe75dbde1604ccbe7ce45adca 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>
+#include <sysdeps/unix/bsd/bsd4.4/waitpid.c>
index fdf919c7b8cc24c236ee553b60bbeba90a471c78..20a5dd1c49b5488b1b5fe35925af0514ccbd20f3 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
index e194db0c408a708c56c08953b3be7c20aa7ce87b..37f6d8016d964e8d66934161cc5c68cb960d50a6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ SYSCALL__ (vfork, 0)
 parent:
        ret
        nop
+
+weak_alias (__vfork, vfork)
index e0f94b0868132dc8d81b8d5d693a5c8024f84a1a..4930c56dcf451e2dc29f92b657ea969224b5caed 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__setsid.S>
+#include <sysdeps/unix/bsd/bsd4.4/setsid.S>
index c0b32038bb3d701c532e3b46d929a86832f281e4..a9f3c5bbbee16251dc6c9c68036f2de55af1c30e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Ian Lance Taylor (ian@airs.com).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -58,4 +58,4 @@ DEFUN(__sysconf, (name), int name)
 
 #define __sysconf __default_sysconf
 
-#include <sysdeps/posix/__sysconf.c>
+#include <sysdeps/posix/sysconf.c>
index 102ca185221cfce6b7fc27748322e8b158a48407..83910a5d7b34ffda70e2dc70151ecd269d436809 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (wait3, 3)
        ret
+
+weak_alias (__wait3, wait3)
index 3bc5ce2f5efbbe2d1611763f2647c49ce8a8f3ea..b64e528b69ab56431eb8598bee2d166a5e9cc706 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (waitpid, 3)
        ret
+
+weak_alias (__waitpid, waitpid)
index 9501744c11592bde1e8e1e6127fc399dd882f075..10c681aac6a8bc4e21c1a3e97b573523dc04d165 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
@@ -24,3 +24,5 @@ SYSCALL__ (pipe, 1)
        movl r1, (r2)
        clrl r0
        ret
+
+weak_alias (__pipe, pipe)
index 5316be20269449718de9475e36e1c18825a3159b..77311b49bfd12ede3be71f97624ef70dcc0eafeb 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
@@ -23,3 +23,5 @@ SYSCALL__ (wait, 1)
        beq 1f
        movl r1, (r2)
 1:     ret
+
+weak_alias (__wait, wait)
index 2e7ab13d38bf66b3cf83568807ee7ae82d4d768b..2d8dba829790eab9b12d1c6ba3de65c3ea14a886 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
@@ -33,3 +33,5 @@ ENTRY(___wait3)
 
 .globl syscall_error
 error: jmp syscall_error
+
+weak_alias (__wait3, wait3)
index 507a7537f510fc133863562ba77af31013594824..f8ce56b118c3565566517a3ae584a2cff9f27641 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ SYSCALL__ (pipe, 1)
        j ra
        move v0, zero
        nop
+
+weak_alias (__pipe, pipe)
index 02e4d2519eda65eb1bd370d6eabbc27d53cd7c27..1e76bf5f99bb2cd91a624536a653e14be370e5a4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -25,3 +25,5 @@ Cambridge, MA 02139, USA.  */
 ENTRY(__sigreturn)
        li v0, SYS_sigreturn
        syscall
+
+weak_alias (__sigreturn, sigreturn)
index 2e9a259618741a5aaabc25e4a7b21fffcebc5019..63bce849d4e590a3ec4591a70fd3d0d411cb147c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -40,3 +40,5 @@ noerror:
        nop
 noarg:
        ret
+
+weak_alias (__wait, wait)
index 47905b36fa4bf836d4b30b3abe8ee09c9ceb99a4..be1c6b89bf6b9502f19370275b768f5bf9a058da 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -23,3 +23,5 @@ ENTRY (__sigreturn)
        addl $4, %esp           /* Pop the return PC.  */
        lcall $0xf, $0          /* Do the magic sigreturn trap.  */
        /* NOTREACHED */
+
+weak_alias (__sigreturn, sigreturn)
index b85b13942c34b184affa1386f1c62de6c4eb72d0..714f66077f5bf5c6833b6beb16a54b4cce1ad791 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +29,5 @@ DEFUN(__getgroups, (n, groups), size_t n AND gid_t *groups)
 {
   return __syssgi (SGI_GETGROUPS, n, groups);
 }   
+
+weak_alias (__getgroups, getgroups)
index e160980a7f9dd38d29185183a36339287f8b8c2c..fdd3a24042d8c05f6ca7d26c49310bd9131f91d6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +31,5 @@ DEFUN(__getrusage, (who, usage),
 {
   return __syssgi (SGI_RUSAGE, who, usage);
 }
+
+weak_alias (__getrusage, getrusage)
index d92b3bb868c69310fe4cdf58a333b63bfdf6c8a5..8a55f99984f1885e2a4ff8f7c1075d2d8fed356a 100644 (file)
@@ -1 +1,3 @@
 #include <sysdeps/posix/__gettod.c>
+
+weak_alias (__gettimeofday, gettimeofday)
index 6e54661f4b1a4e10621c60959047e45a211ceea4..698e30aab788fe655245cc0100f874a47ed48780 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -30,3 +30,5 @@ DEFUN(__pathconf, (path, name), CONST char *path AND int name)
 {
   return __syssgi (SGI_PATHCONF, PATHCONF, path, name);
 }
+
+weak_alias (__pathconf, pathconf)
index 2e3135b51c61a1af44bef0ec7c5f39f48ed4eae5..38ce9cbdcc02cb2a660e9442c191241573ecc17b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 PSEUDO (__setpgrp, bsdsetpgrp, 2)
        ret
+
+weak_alias (__setpgrp, setpgrp)
index 1d624685fd67c9ef69ab60a0700e82a62c0ea518..ebb5c1ae445c03c98439c00e7c4f4f299a29ef27 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@cs.widener.edu).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -21,3 +21,5 @@ Cambridge, MA 02139, USA.  */
 ENTRY(__sigreturn)
        li v0, SYS_sigreturn
        syscall
+
+weak_alias (__sigreturn, sigreturn)
index 497c6a7828281f2d2d2480314c7787ffbd26a2fc..a310362239995ab6c82157bb920383e49b1cf961 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +31,5 @@ DEFUN(__sysconf, (name), int name)
 
   return __syssgi (SGI_SYSCONF, name);
 }
+
+weak_alias (__sysconf, sysconf)
index a50a5e68166ce56548c5341a9e3f15213da4353a..9f2afa7997d227398e09b45c674f44ac56fb7170 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@cs.widener.edu).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -38,3 +38,5 @@ noerror:
        nop
 noarg:
        ret
+
+weak_alias (__wait, wait)
index d4ed738f8c0c60b8e7588279da35f27bd33cae56..54065aefdff7380dc70ecaecc5f6a7bb693a77e7 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/ultrix4/__wait3.S>
+#include <sysdeps/unix/bsd/ultrix4/wait3.S>
index 47129a884533c7e97d899df8e2a536707da2f81e..8378982ac731489fe75dbde1604ccbe7ce45adca 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/bsd4.4/__waitpid.c>
+#include <sysdeps/unix/bsd/bsd4.4/waitpid.c>
index 82e5fbab644b0feaf19a9cfca1336ffcbce878cf..68966bc5df7d6cb2e61e71ac8d746bed9f207bdf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -41,3 +41,5 @@ DEFUN(__getgroups, (size, list), int size AND gid_t *list)
 
   return size;
 }
+
+weak_alias (__getgroups, getgroups)
index 2c737620f67227cef9df84831a30da02c0c8152f..1c4dd9571c664c5ccde49032faef08933aae1410 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (pathconf, 2)
        ret
+
+weak_alias (__pathconf, pathconf)
index 928e6d01209b9b5edcce4537ae631a6ad23ccd6c..32f7daf0050a6993d49a1d10072804dc865f8c93 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/sysv4/__setpgrp.c>
+#include <sysdeps/unix/sysv/sysv4/setpgrp.c>
index 4a0a706aa54cd73026a79f9a9e78c66963f0269c..63376525521dd102644268e6db243811e5b42841 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/sysv4/__setsid.c>
+#include <sysdeps/unix/sysv/sysv4/setsid.c>
index f5453da4cf56a4073e68abd440c4ee4fc4ce1f63..dc1bb418d64007dd53cc50cd54265df9e87cc49a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -25,3 +25,5 @@ ENTRY (__sigaction)
        DO_CALL (sigaction, 3)
        jb syscall_error
        ret
+
+weak_alias (__sigaction, sigaction)
index 148741ec8c96e92001f2b7ba6cf97e19add46338..ff199158a417883243ae7728bc980ea3df16989e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigprocmask, 3)
        ret
+
+weak_alias (__sigprocmask, sigprocmask)
index 58e14654d14baff77450a706aa3990c8fe4c5ca1..631e5e977af5f2ed178b24fa364503c4cf8bce5b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -26,3 +26,5 @@ ENTRY (__sysconf)
        DO_CALL (sysconf, 1)    /* No; use the SCO system call.  */
        ret
 tzname:        jmp C_SYMBOL_NAME(__tzname_max) /* Yes; bounce to __tzname_max (). */
+
+weak_alias (__sysconf, sysconf)
index 63decf1d9cebffad73f5422bc8de533bb3fdb89d..523ef37e531a17c7d8d8ae96fa1a07ec465fce54 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -32,3 +32,5 @@ ENTRY (__waitpid)
        je null
        movl r1, (scratch)      /* Yes; store the status there.  */
 null:  ret
+
+weak_alias (__waitpid, waitpid)
index 9de35d5af67dba7641d2678c830cf468f510c9bf..c1ae6108fbada263370284a4f82b6ded3fe9781a 100644 (file)
@@ -1,2 +1,2 @@
 /* Solaris uses sysconf ala POSIX.1.  */
-#include <sysdeps/posix/__getdtsz.c>
+#include <sysdeps/posix/getdtsz.c>
index c1c9e0a454aee257fa4242aa69891cb0ab2e8e4d..cce1149e7f27dc95196721c5fa9820bff4c638c2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -29,3 +29,5 @@ DEFUN(__gethostname, (name, namelen), char *name AND size_t namelen)
 {
   return __sysinfo (SI_HOSTNAME, name, namelen);
 }
+
+weak_alias (__gethostname, gethostname)
index 241348cbfb14e9c67b7b00393af0adae7aab2266..61196407586726cb71d53ea016094514b80fc14a 100644 (file)
@@ -1,2 +1,2 @@
 /* Solaris uses sysconf ala POSIX.1.  */
-#include <sysdeps/posix/__getpgsz.c>
+#include <sysdeps/posix/getpagesize.c>
index 0ca214fa47b5e593fe8c5943ab121723e8d35620..52ffdbadfdc683a68772860b410fac3ae26f0be1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +33,5 @@ ENTRY (__lstat)
        DO_CALL (lxstat, 3)     /* Do the syscall.   */
        jb syscall_error        /* Check for error.  */
        ret                     /* Return success.  */
+
+weak_alias (__lstat, lstat)
index 4c879cbefbff818068d162115856db878e5eac6d..21f932c921a11b537183f6d9f580e327617d44cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -32,3 +32,5 @@ ENTRY (__mknod)
         DO_CALL (xmknod, 3)     /* Do the syscall.   */
         jb syscall_error        /* Check for error.  */
         ret                     /* Return success.  */
+
+weak_alias (__mknod, mknod)
index 72829332fd80ee95e2b843eed4960648e6697c05..3a5107c26762011216cc8ef013056cbfee244d59 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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,3 +33,5 @@ ENTRY (__stat)
        DO_CALL (xstat, 3)      /* Do the syscall.   */
        jb syscall_error        /* Check for error.  */
        ret                     /* Return success.  */
+
+weak_alias (__stat, stat)
index 1cdebcded9fea616de2795220ab950a8be07e312..bbe99fbc41ab66436debbd247e1fc1982ec0c7bb 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/bsd/i386/__vfork.S>
+#include <sysdeps/unix/bsd/i386/vfork.S>
index 90eff3c51c18961d70bde9945416b62ebfaadb4a..e71f0db7f0afeb96ac51e8df678a1b7bfb4cf0a0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -30,3 +30,5 @@ DEFUN(__setpgrp, (pid, pgid), int pid AND int pgid)
 {
   return __pgrpsys (1, pid, pgid);
 }
+
+weak_alias (__setpgrp, setpgrp)
index a32b39ad3bd79e1cd61e3d4048dbb7095c6838cf..f0d6c8a4cd07c10d594c70b6f9efa90a9ae13e43 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -30,3 +30,5 @@ DEFUN_VOID(__setsid)
 {
   return __pgrpsys (3);
 }
+
+weak_alias (__setsid, setsid)
index 2644fb03ad98657cff5b241b56fb12114b6e2032..68fd7a18469994bc8a9c42c870de24f1c430d066 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -75,3 +75,5 @@ DEFUN(__sigaction, (sig, act, oact),
 
   return 0;
 }
+
+weak_alias (__sigaction, sigaction)
index 5da366da82b2d3b998ff2a002c5748ebb77d941d..51fddb0bee9cc56467f3dbffae907d2de9c5bcd6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA.  */
 
 SYSCALL__ (sigprocmask, 3)
        ret
+
+weak_alias (__sigprocmask, sigprocmask)
index 16baf448b1969a4c3f8e77a9734bb690a144072a..54a043c835bcd57e24239c516b76b2ae6c9138b9 100644 (file)
@@ -1,2 +1,2 @@
 /* Solaris has the BSD `utimes' function.  */
-#include <sysdeps/unix/bsd/__utimes.S>
+#include <sysdeps/unix/bsd/utimes.S>
index 71d3d08725471270e275ae996a20c33397159751..607cd05d14909fcd464353f7db77648f93afcdd3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -177,3 +177,5 @@ DEFUN(__sysconf, (name), int name)
 #endif
     }
 }
+
+weak_alias (__sysconf, sysconf)
index a0ca8c2f1209f6b01ef7adbee2e63b1acc4acee0..f54df4bf6bd5dc84fd40f1f5474a303c1d412326 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -116,3 +116,5 @@ DEFUN(__waitpid, (pid, stat_loc, options),
      any PID.  */
   return infop.__pid;
 }
+
+weak_alias (__waitpid, waitpid)
index aa755ed6bc634191db389cac254172913fe71172..62ec9dca0f9aa95081f370c3b53a1e7d53c219a5 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
@@ -58,3 +58,5 @@ DEFUN(__infnan, (error), int error)
 }
 
 #endif
+
+weak_alias (__infnan, infnan)
index 84df894c3f909218f19a210e4c8c7a9e445dc7a5..9849761f13a6f62f76067f4103c4d3e275ec82de 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
@@ -41,3 +41,5 @@ DEFUN(__memccpy, (dest, src, c, n),
   (void) memcpy (dest, src, (char *) found + 1 - (char *) src);
   return (PTR) ((char *) dest + ((char *) found + 1 - (char *) src));
 }
+
+weak_alias (__memccpy, memccpy)