From bbbd4cb342b5b411935f57417809672f43de4fab Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Mar 1992 02:28:42 +0000 Subject: [PATCH] Formerly unix/bsd/sun/m68k/sethostid.S.~4~ --- sysdeps/unix/bsd/sun/m68k/sethostid.S | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sysdeps/unix/bsd/sun/m68k/sethostid.S b/sysdeps/unix/bsd/sun/m68k/sethostid.S index 9f536d293b..8401251e80 100644 --- a/sysdeps/unix/bsd/sun/m68k/sethostid.S +++ b/sysdeps/unix/bsd/sun/m68k/sethostid.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 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,7 +25,7 @@ SYSCALL (sethostid) #else -#include +#include .globl _sethostid .even @@ -34,11 +34,10 @@ _sethostid: moveq #-1, d0 rts -#ifdef __GNU_STAB__ +#ifdef HAVE_GNU_LD -#include - -stub_warning(sethostid); +.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0 +.stabs "_sethostid",1,0,0,0 #endif