summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
commitb830319d49a421741b61ae29ce32ab37f8b970ed (patch)
tree9611a0ac70047e08ed3850dce6d9cdf143b9e833 /socket
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'socket')
-rw-r--r--socket/accept.c1
-rw-r--r--socket/accept4.c1
-rw-r--r--socket/bind.c1
-rw-r--r--socket/connect.c1
-rw-r--r--socket/getpeername.c1
-rw-r--r--socket/getsockname.c1
-rw-r--r--socket/getsockopt.c1
-rw-r--r--socket/isfdtype.c1
-rw-r--r--socket/listen.c1
-rw-r--r--socket/recv.c1
-rw-r--r--socket/recvfrom.c1
-rw-r--r--socket/recvmsg.c1
-rw-r--r--socket/send.c1
-rw-r--r--socket/sendmsg.c1
-rw-r--r--socket/sendto.c1
-rw-r--r--socket/setsockopt.c1
-rw-r--r--socket/shutdown.c1
-rw-r--r--socket/sockatmark.c1
-rw-r--r--socket/socket.c1
-rw-r--r--socket/socketpair.c1
20 files changed, 0 insertions, 20 deletions
diff --git a/socket/accept.c b/socket/accept.c
index b9df1ac74e..c1837956da 100644
--- a/socket/accept.c
+++ b/socket/accept.c
@@ -36,4 +36,3 @@ libc_hidden_def (accept)
stub_warning (accept)
-#include <stub-tag.h>
diff --git a/socket/accept4.c b/socket/accept4.c
index fad2cc696f..d65482c116 100644
--- a/socket/accept4.c
+++ b/socket/accept4.c
@@ -38,4 +38,3 @@ weak_alias (__libc_accept4, accept4)
stub_warning (accept4)
-#include <stub-tag.h>
diff --git a/socket/bind.c b/socket/bind.c
index e87351d556..a1d6fc6521 100644
--- a/socket/bind.c
+++ b/socket/bind.c
@@ -32,4 +32,3 @@ __bind (fd, addr, len)
weak_alias (__bind, bind)
stub_warning (bind)
-#include <stub-tag.h>
diff --git a/socket/connect.c b/socket/connect.c
index 79f5cd82b7..4f421f8f3e 100644
--- a/socket/connect.c
+++ b/socket/connect.c
@@ -35,4 +35,3 @@ weak_alias (__connect, connect)
libc_hidden_def (__connect)
stub_warning (connect)
-#include <stub-tag.h>
diff --git a/socket/getpeername.c b/socket/getpeername.c
index 9562814e75..72e44234ff 100644
--- a/socket/getpeername.c
+++ b/socket/getpeername.c
@@ -32,4 +32,3 @@ getpeername (fd, addr, len)
stub_warning (getpeername)
-#include <stub-tag.h>
diff --git a/socket/getsockname.c b/socket/getsockname.c
index 03d97652e9..14df9bce5b 100644
--- a/socket/getsockname.c
+++ b/socket/getsockname.c
@@ -32,4 +32,3 @@ __getsockname (fd, addr, len)
weak_alias (__getsockname, getsockname)
stub_warning (getsockname)
-#include <stub-tag.h>
diff --git a/socket/getsockopt.c b/socket/getsockopt.c
index 661bcf3ffd..f172f20df9 100644
--- a/socket/getsockopt.c
+++ b/socket/getsockopt.c
@@ -34,4 +34,3 @@ getsockopt (fd, level, optname, optval, optlen)
}
stub_warning (getsockopt)
-#include <stub-tag.h>
diff --git a/socket/isfdtype.c b/socket/isfdtype.c
index 188d516d7f..012b0ff1ff 100644
--- a/socket/isfdtype.c
+++ b/socket/isfdtype.c
@@ -27,4 +27,3 @@ isfdtype (int fildes, int fdtype)
return -1;
}
stub_warning (isfdtype)
-#include <stub-tag.h>
diff --git a/socket/listen.c b/socket/listen.c
index 0c1af82316..f657d87905 100644
--- a/socket/listen.c
+++ b/socket/listen.c
@@ -33,4 +33,3 @@ __listen (fd, n)
weak_alias (__listen, listen)
stub_warning (listen)
-#include <stub-tag.h>
diff --git a/socket/recv.c b/socket/recv.c
index 43fdcfcdee..6efeb4d92a 100644
--- a/socket/recv.c
+++ b/socket/recv.c
@@ -33,4 +33,3 @@ __recv (fd, buf, n, flags)
weak_alias (__recv, recv)
stub_warning (recv)
-#include <stub-tag.h>
diff --git a/socket/recvfrom.c b/socket/recvfrom.c
index 654d2e93ac..b99774f368 100644
--- a/socket/recvfrom.c
+++ b/socket/recvfrom.c
@@ -37,4 +37,3 @@ __recvfrom (fd, buf, n, flags, addr, addr_len)
weak_alias (__recvfrom, recvfrom)
stub_warning (recvfrom)
-#include <stub-tag.h>
diff --git a/socket/recvmsg.c b/socket/recvmsg.c
index 7cd6ff3dda..0afcc0faf5 100644
--- a/socket/recvmsg.c
+++ b/socket/recvmsg.c
@@ -33,4 +33,3 @@ __recvmsg (fd, message, flags)
weak_alias (__recvmsg, recvmsg)
stub_warning (recvmsg)
-#include <stub-tag.h>
diff --git a/socket/send.c b/socket/send.c
index 2b87baea07..1f5220db24 100644
--- a/socket/send.c
+++ b/socket/send.c
@@ -33,4 +33,3 @@ libc_hidden_def (__send)
weak_alias (__send, send)
stub_warning (send)
-#include <stub-tag.h>
diff --git a/socket/sendmsg.c b/socket/sendmsg.c
index 249bb5af34..8fce470ad7 100644
--- a/socket/sendmsg.c
+++ b/socket/sendmsg.c
@@ -33,4 +33,3 @@ __sendmsg (fd, message, flags)
weak_alias (__sendmsg, sendmsg)
stub_warning (sendmsg)
-#include <stub-tag.h>
diff --git a/socket/sendto.c b/socket/sendto.c
index 040caf8fa8..ae06a54cc6 100644
--- a/socket/sendto.c
+++ b/socket/sendto.c
@@ -36,4 +36,3 @@ __sendto (fd, buf, n, flags, addr, addr_len)
weak_alias (__sendto, sendto)
stub_warning (sendto)
-#include <stub-tag.h>
diff --git a/socket/setsockopt.c b/socket/setsockopt.c
index 21824f625d..9e1e7a3d80 100644
--- a/socket/setsockopt.c
+++ b/socket/setsockopt.c
@@ -36,4 +36,3 @@ __setsockopt (fd, level, optname, optval, optlen)
weak_alias (__setsockopt, setsockopt)
stub_warning (setsockopt)
-#include <stub-tag.h>
diff --git a/socket/shutdown.c b/socket/shutdown.c
index 8ce992c472..5c35cc3b3d 100644
--- a/socket/shutdown.c
+++ b/socket/shutdown.c
@@ -35,4 +35,3 @@ shutdown (fd, how)
stub_warning (shutdown)
-#include <stub-tag.h>
diff --git a/socket/sockatmark.c b/socket/sockatmark.c
index dd11b42a05..7970961ee4 100644
--- a/socket/sockatmark.c
+++ b/socket/sockatmark.c
@@ -29,4 +29,3 @@ sockatmark (fd)
stub_warning (sockatmark)
-#include <stub-tag.h>
diff --git a/socket/socket.c b/socket/socket.c
index 273924a05c..8cb014edb7 100644
--- a/socket/socket.c
+++ b/socket/socket.c
@@ -34,4 +34,3 @@ __socket (domain, type, protocol)
weak_alias (__socket, socket)
stub_warning (socket)
-#include <stub-tag.h>
diff --git a/socket/socketpair.c b/socket/socketpair.c
index 7933d44d6c..031674831f 100644
--- a/socket/socketpair.c
+++ b/socket/socketpair.c
@@ -35,4 +35,3 @@ socketpair (domain, type, protocol, fds)
stub_warning (socketpair)
-#include <stub-tag.h>