From 49d8fa1058aaf23c29e074b2314492ae40d2f557 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 21 Feb 2017 12:05:07 +0000 Subject: Types change: big pass on libstddjb and libunixonacid libdatastruct still missing, library still not functional --- src/libstddjb/realpath.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/libstddjb/realpath.c (limited to 'src/libstddjb/realpath.c') diff --git a/src/libstddjb/realpath.c b/src/libstddjb/realpath.c deleted file mode 100644 index f286137..0000000 --- a/src/libstddjb/realpath.c +++ /dev/null @@ -1,11 +0,0 @@ -/* ISC license. */ - -/* MT-unsafe */ - -#include -#include - -char *realpath (char const *name, char *buf) -{ - return realpath_tmp(name, buf, &satmp) ; -} -- cgit v1.2.3