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

@@ -22,7 +22,7 @@
/*===========================================================================*
* update_idle_time *
*===========================================================================*/
PRIVATE void update_idle_time(void)
static void update_idle_time(void)
{
int i;
struct proc * idl = proc_addr(IDLE);
@@ -38,7 +38,7 @@ PRIVATE void update_idle_time(void)
/*===========================================================================*
* do_getinfo *
*===========================================================================*/
PUBLIC int do_getinfo(struct proc * caller, message * m_ptr)
int do_getinfo(struct proc * caller, message * m_ptr)
{
/* Request system information to be copied to caller's address space. This
* call simply copies entire data structures to the caller.