diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 02:49:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 02:49:02 +0100 |
commit | 6e467dbf3fcdf1a7331d8ac662b444d4b9d42d07 (patch) | |
tree | ecc591614ec40025f52ecb34bc2758e07589552d | |
parent | split error.c (diff) | |
download | slibc-6e467dbf3fcdf1a7331d8ac662b444d4b9d42d07.tar.gz slibc-6e467dbf3fcdf1a7331d8ac662b444d4b9d42d07.tar.bz2 slibc-6e467dbf3fcdf1a7331d8ac662b444d4b9d42d07.tar.xz |
errno.c => errno/variables.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/errno/variables.c (renamed from src/errno.c) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/errno.c b/src/errno/variables.c index aae7513..e204a2c 100644 --- a/src/errno.c +++ b/src/errno/variables.c @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <errno.h> #include <stddef.h> |