diff options
Diffstat (limited to 'sys-libs/glibc/files/test-sysctl_h.c')
-rw-r--r-- | sys-libs/glibc/files/test-sysctl_h.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-libs/glibc/files/test-sysctl_h.c b/sys-libs/glibc/files/test-sysctl_h.c deleted file mode 100644 index 1512b4d5..00000000 --- a/sys-libs/glibc/files/test-sysctl_h.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <linux/sysctl.h> - -int main() -{ - return 0; -} - |