mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-06 00:38:55 +02:00
.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#undef __P
|
||||
#if defined (__STDC__) && __STDC__
|
||||
# define __P(x) x
|
||||
#else
|
||||
# define __P(x) ()
|
||||
#endif
|
||||
|
||||
char *
|
||||
savedir __P((const char *dir, unsigned name_size));
|
||||
Reference in New Issue
Block a user