-/* 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
errno = ENOSYS;
return -1;
}
+stub_warning (getrusage)
-
-#ifdef HAVE_GNU_LD
-
-#include <gnu-stabs.h>
-
-stub_warning(__getrusage);
-
-#endif /* GNU stabs. */
+weak_alias (__getrusage, getrusage)
-/* 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
{
return __syssgi (SGI_RUSAGE, who, usage);
}
+
+weak_alias (__getrusage, getrusage)