~tomas-brambora/helenos/checkpoint

« back to all changes in this revision

Viewing changes to uspace/lib/libc/generic/chkpnt.c

  • Committer: tomas
  • Date: 2010-08-01 11:48:00 UTC
  • Revision ID: realyze@realyze-laptop-20100801114800-r09epr4r9fku00rs
New version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                return (rc);
78
78
#endif
79
79
 
80
 
        return (EOK);
 
80
        return (ENOTSUP);
81
81
}
82
82
 
83
83
/** @}