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 /login | |
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 'login')
-rw-r--r-- | login/getpt.c | 1 | ||||
-rw-r--r-- | login/grantpt.c | 1 | ||||
-rw-r--r-- | login/unlockpt.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/login/getpt.c b/login/getpt.c index 34218a6..4b9b037 100644 --- a/login/getpt.c +++ b/login/getpt.c @@ -41,4 +41,3 @@ weak_alias (__posix_openpt, posix_openpt) stub_warning (getpt) stub_warning (posix_openpt) -#include <stub-tag.h> diff --git a/login/grantpt.c b/login/grantpt.c index a076112..fd7ee6c 100644 --- a/login/grantpt.c +++ b/login/grantpt.c @@ -31,4 +31,3 @@ grantpt (fd) } stub_warning (grantpt) -#include <stub-tag.h> diff --git a/login/unlockpt.c b/login/unlockpt.c index 1f3bf14..f00d88f 100644 --- a/login/unlockpt.c +++ b/login/unlockpt.c @@ -31,4 +31,3 @@ unlockpt (fd) } stub_warning (unlockpt) -#include <stub-tag.h> |