retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -19,7 +19,7 @@
__weak_alias(sysconf, __sysconf)
#endif
PRIVATE u32_t get_hz(void)
static u32_t get_hz(void)
{
FILE *fp;
u32_t hz;
@@ -38,7 +38,7 @@ PRIVATE u32_t get_hz(void)
return DEFAULT_HZ;
}
PUBLIC long int sysconf(name)
long int sysconf(name)
int name; /* property being inspected */
{
switch(name) {

View File

@@ -8,7 +8,7 @@
__weak_alias(times, _times)
#endif
PUBLIC clock_t times(buf)
clock_t times(buf)
struct tms *buf;
{
message m;

View File

@@ -7,7 +7,7 @@
#include <string.h>
#include <utime.h>
PUBLIC int utime(const char *name, const struct utimbuf *timp)
int utime(const char *name, const struct utimbuf *timp)
{
message m;