Ignore:
Timestamp:
Nov 10, 2018, 2:56:43 PM (5 years ago)
Author:
alain
Message:

Rewrite the mmap() and stat() syscalls to implement the cat command in ksh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libalmosmkh/almosmkh.c

    r589 r597  
    219219}
    220220
    221 ////////////////////////////////
     221////////////////////////////////////
    222222int display_sched( unsigned int cxy,
    223223                   unsigned int lid )
     
    229229}
    230230
    231 /////////////////////////////////////////////////
     231////////////////////////////////////////////////
    232232int display_cluster_processes( unsigned int cxy,
    233233                               unsigned int owned )
     
    271271}
    272272
     273////////////////////////
     274int display_dqdt( void )
     275{
     276    return hal_user_syscall( SYS_DISPLAY,
     277                             DISPLAY_DQDT, 0, 0, 0 );
     278}
     279
    273280///////////////////////////////
    274281int trace( unsigned int active,
     
    281288                             (reg_t)lid, 0 );
    282289}
    283 
    284 ////////////////////////
    285 int display_dqdt( void )
    286 {
    287     return hal_user_syscall( SYS_DISPLAY,
    288                              DISPLAY_DQDT, 0, 0, 0 );
    289 }
    290290
    291291/////////////////
Note: See TracChangeset for help on using the changeset viewer.