diff options
author | Denis Vlasenko | 2007-05-31 22:16:38 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-05-31 22:16:38 +0000 |
commit | fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (patch) | |
tree | f2d3fe127fb6c3c1d3b919631de6e6ed7cbc1791 /util-linux/setarch.c | |
parent | c2f011aa031b8598422953d5e9a93ca008ad0867 (diff) | |
download | busybox-fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd.zip busybox-fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd.tar.gz |
use "glibc errno" trick not only for ash, but for entire busybox
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r-- | util-linux/setarch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index f6433d6..2fb47f9 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c @@ -7,11 +7,6 @@ * Licensed under GPL v2 or later, see file License for details. */ -#include <stdlib.h> -#include <unistd.h> -#include <string.h> -#include <errno.h> -#include <stdio.h> #include <sys/personality.h> #include "libbb.h" |