mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Formerly unix/bsd/sun/m68k/sethostid.S.~4~
This commit is contained in:
parent
7ea0dcaf37
commit
bbbd4cb342
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -25,7 +25,7 @@ SYSCALL (sethostid)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <gnu/errno.h>
|
#include <errnos.h>
|
||||||
|
|
||||||
.globl _sethostid
|
.globl _sethostid
|
||||||
.even
|
.even
|
||||||
@ -34,11 +34,10 @@ _sethostid:
|
|||||||
moveq #-1, d0
|
moveq #-1, d0
|
||||||
rts
|
rts
|
||||||
|
|
||||||
#ifdef __GNU_STAB__
|
#ifdef HAVE_GNU_LD
|
||||||
|
|
||||||
#include <gnu-stabs.h>
|
.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
|
||||||
|
.stabs "_sethostid",1,0,0,0
|
||||||
stub_warning(sethostid);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user