From: Erik van der Kouwe Date: Mon, 25 Jan 2010 18:17:57 +0000 (+0000) Subject: Add dirname function, forgot to commit header before X-Git-Tag: v3.1.6~33 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ff416204c59adcd98f9e8e233c3a96e9f9d93fe0;p=minix.git Add dirname function, forgot to commit header before --- diff --git a/include/libgen.h b/include/libgen.h index 5aa3705a0..5825e56ef 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -6,4 +6,5 @@ libgen.h /* Open Group Base Specifications Issue 6 (not complete) */ _PROTOTYPE( char *basename, (char *_path) ); +_PROTOTYPE( char *dirname, (char *_path) );