summaryrefslogtreecommitdiff
path: root/src/sleep.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 22:30:30 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 22:30:30 +0000
commit2e308957d452b440cf404b914ce1cb53c9e739a9 (patch)
treea2a8d74c23d6adaf4bee5c302321d63cc2345772 /src/sleep.c
parent239125152797764748f3a3b65805d44cfd2a7536 (diff)
downloadcoreutils-2e308957d452b440cf404b914ce1cb53c9e739a9.tar.xz
s/__P/PARAMS/
Diffstat (limited to 'src/sleep.c')
-rw-r--r--src/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sleep.c b/src/sleep.c
index 5e03cabbd..3180f83b2 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -23,7 +23,7 @@
#include "system.h"
#include "error.h"
-static long argdecode __P ((const char *s));
+static long argdecode PARAMS ((const char *s));
/* The name by which this program was run. */
char *program_name;