mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
[BZ #157] Remove include/stub-tag.h for good.
This commit is contained in:
@ -36,4 +36,3 @@ libc_hidden_def (accept)
|
||||
|
||||
|
||||
stub_warning (accept)
|
||||
#include <stub-tag.h>
|
||||
|
@ -38,4 +38,3 @@ weak_alias (__libc_accept4, accept4)
|
||||
|
||||
|
||||
stub_warning (accept4)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ __bind (fd, addr, len)
|
||||
weak_alias (__bind, bind)
|
||||
|
||||
stub_warning (bind)
|
||||
#include <stub-tag.h>
|
||||
|
@ -35,4 +35,3 @@ weak_alias (__connect, connect)
|
||||
libc_hidden_def (__connect)
|
||||
|
||||
stub_warning (connect)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ getpeername (fd, addr, len)
|
||||
|
||||
|
||||
stub_warning (getpeername)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ __getsockname (fd, addr, len)
|
||||
weak_alias (__getsockname, getsockname)
|
||||
|
||||
stub_warning (getsockname)
|
||||
#include <stub-tag.h>
|
||||
|
@ -34,4 +34,3 @@ getsockopt (fd, level, optname, optval, optlen)
|
||||
}
|
||||
|
||||
stub_warning (getsockopt)
|
||||
#include <stub-tag.h>
|
||||
|
@ -27,4 +27,3 @@ isfdtype (int fildes, int fdtype)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (isfdtype)
|
||||
#include <stub-tag.h>
|
||||
|
@ -33,4 +33,3 @@ __listen (fd, n)
|
||||
weak_alias (__listen, listen)
|
||||
|
||||
stub_warning (listen)
|
||||
#include <stub-tag.h>
|
||||
|
@ -33,4 +33,3 @@ __recv (fd, buf, n, flags)
|
||||
weak_alias (__recv, recv)
|
||||
|
||||
stub_warning (recv)
|
||||
#include <stub-tag.h>
|
||||
|
@ -37,4 +37,3 @@ __recvfrom (fd, buf, n, flags, addr, addr_len)
|
||||
weak_alias (__recvfrom, recvfrom)
|
||||
|
||||
stub_warning (recvfrom)
|
||||
#include <stub-tag.h>
|
||||
|
@ -33,4 +33,3 @@ __recvmsg (fd, message, flags)
|
||||
weak_alias (__recvmsg, recvmsg)
|
||||
|
||||
stub_warning (recvmsg)
|
||||
#include <stub-tag.h>
|
||||
|
@ -33,4 +33,3 @@ libc_hidden_def (__send)
|
||||
weak_alias (__send, send)
|
||||
|
||||
stub_warning (send)
|
||||
#include <stub-tag.h>
|
||||
|
@ -33,4 +33,3 @@ __sendmsg (fd, message, flags)
|
||||
weak_alias (__sendmsg, sendmsg)
|
||||
|
||||
stub_warning (sendmsg)
|
||||
#include <stub-tag.h>
|
||||
|
@ -36,4 +36,3 @@ __sendto (fd, buf, n, flags, addr, addr_len)
|
||||
weak_alias (__sendto, sendto)
|
||||
|
||||
stub_warning (sendto)
|
||||
#include <stub-tag.h>
|
||||
|
@ -36,4 +36,3 @@ __setsockopt (fd, level, optname, optval, optlen)
|
||||
weak_alias (__setsockopt, setsockopt)
|
||||
|
||||
stub_warning (setsockopt)
|
||||
#include <stub-tag.h>
|
||||
|
@ -35,4 +35,3 @@ shutdown (fd, how)
|
||||
|
||||
|
||||
stub_warning (shutdown)
|
||||
#include <stub-tag.h>
|
||||
|
@ -29,4 +29,3 @@ sockatmark (fd)
|
||||
|
||||
|
||||
stub_warning (sockatmark)
|
||||
#include <stub-tag.h>
|
||||
|
@ -34,4 +34,3 @@ __socket (domain, type, protocol)
|
||||
|
||||
weak_alias (__socket, socket)
|
||||
stub_warning (socket)
|
||||
#include <stub-tag.h>
|
||||
|
@ -35,4 +35,3 @@ socketpair (domain, type, protocol, fds)
|
||||
|
||||
|
||||
stub_warning (socketpair)
|
||||
#include <stub-tag.h>
|
||||
|
Reference in New Issue
Block a user