diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-26 03:23:04 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-26 03:23:04 +0000 |
commit | e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8 (patch) | |
tree | 2e72241b37b48f9513a32839db360b970ece65b6 /libpthread/nptl/sysdeps/unix/sysv | |
parent | d5032ef22f81afcaca7568c85adeafd186797370 (diff) | |
download | uClibc-alpine-e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8.tar.bz2 uClibc-alpine-e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8.tar.xz |
The better solution is to simply change the file includes.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/stackinfo.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/stackinfo.h b/libpthread/nptl/sysdeps/unix/sysv/linux/stackinfo.h deleted file mode 100644 index 733c7210e..000000000 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/stackinfo.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (C) 1999 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ - -#include <bits/stackinfo.h> |