diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
commit | b830319d49a421741b61ae29ce32ab37f8b970ed (patch) | |
tree | 9611a0ac70047e08ed3850dce6d9cdf143b9e833 /resource | |
parent | 512a49be20d42af59968513cd5094b3918cf6663 (diff) | |
download | glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.gz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.bz2 |
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'resource')
-rw-r--r-- | resource/getpriority.c | 1 | ||||
-rw-r--r-- | resource/getrlimit.c | 1 | ||||
-rw-r--r-- | resource/getrusage.c | 1 | ||||
-rw-r--r-- | resource/nice.c | 1 | ||||
-rw-r--r-- | resource/setpriority.c | 1 | ||||
-rw-r--r-- | resource/setrlimit.c | 1 | ||||
-rw-r--r-- | resource/ulimit.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/resource/getpriority.c b/resource/getpriority.c index ae7521c..6809c5c 100644 --- a/resource/getpriority.c +++ b/resource/getpriority.c @@ -33,4 +33,3 @@ getpriority (which, who) libc_hidden_def (getpriority) stub_warning (getpriority) -#include <stub-tag.h> diff --git a/resource/getrlimit.c b/resource/getrlimit.c index 2ba589c..544c155 100644 --- a/resource/getrlimit.c +++ b/resource/getrlimit.c @@ -30,4 +30,3 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) weak_alias (__getrlimit, getrlimit) stub_warning (getrlimit) -#include <stub-tag.h> diff --git a/resource/getrusage.c b/resource/getrusage.c index 9479758..93cf4c9 100644 --- a/resource/getrusage.c +++ b/resource/getrusage.c @@ -31,4 +31,3 @@ __getrusage (who, usage) stub_warning (getrusage) weak_alias (__getrusage, getrusage) -#include <stub-tag.h> diff --git a/resource/nice.c b/resource/nice.c index 1e938cf..febf7c0 100644 --- a/resource/nice.c +++ b/resource/nice.c @@ -29,4 +29,3 @@ nice (incr) } stub_warning (nice) -#include <stub-tag.h> diff --git a/resource/setpriority.c b/resource/setpriority.c index 8d68fdb..5a5b6cc 100644 --- a/resource/setpriority.c +++ b/resource/setpriority.c @@ -32,4 +32,3 @@ setpriority (which, who, prio) libc_hidden_def (setpriority) stub_warning (setpriority) -#include <stub-tag.h> diff --git a/resource/setrlimit.c b/resource/setrlimit.c index 539cd6f..f92513b 100644 --- a/resource/setrlimit.c +++ b/resource/setrlimit.c @@ -33,4 +33,3 @@ setrlimit (resource, rlimits) stub_warning (setrlimit) -#include <stub-tag.h> diff --git a/resource/ulimit.c b/resource/ulimit.c index 1ca2f2b..802136c 100644 --- a/resource/ulimit.c +++ b/resource/ulimit.c @@ -35,4 +35,3 @@ __ulimit (int cmd, ...) weak_alias (__ulimit, ulimit) stub_warning (ulimit) -#include <stub-tag.h> |