Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. void reset_procmask(void) {
  2.         printf("STUB: %s()", __func__);
  3. }
  4.  
  5. int get_fake_if(void *ctx) {
  6.         printf("STUB: %s() -> 0", __func__);
  7.         return 0;
  8. }
  9.