From 468f155ecefec275e6d2299470d35bd912f69a94 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Jan 2015 13:44:24 -0600 Subject: Lift the basename/libgen.h shenanigans back out of portability.c and make it a static inline in portability.h, and prototype dirname() while we're at it. --- toys/posix/dirname.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toys/posix/dirname.c') diff --git a/toys/posix/dirname.c b/toys/posix/dirname.c index 7f51e9f0..06470ad8 100644 --- a/toys/posix/dirname.c +++ b/toys/posix/dirname.c @@ -16,7 +16,6 @@ config DIRNAME */ #include "toys.h" -#include void dirname_main(void) { -- cgit v1.2.3