[BACK]Return to sysconf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/sysconf.c between version 1.40 and 1.41

version 1.40, 2016/07/03 14:24:58 version 1.41, 2016/08/04 06:43:43
Line 429  yesno:  if (sysctl(mib, mib_len, &value,
Line 429  yesno:  if (sysctl(mib, mib_len, &value,
                 return _POSIX_THREAD_CPUTIME;                  return _POSIX_THREAD_CPUTIME;
         case _SC_DELAYTIMER_MAX:          case _SC_DELAYTIMER_MAX:
                 return _POSIX_DELAYTIMER_MAX;                  return _POSIX_DELAYTIMER_MAX;
           case _SC_SIGQUEUE_MAX:
                   return _POSIX_SIGQUEUE_MAX;
           case _SC_REALTIME_SIGNALS:
                   return 200112L;
         default:          default:
                 errno = EINVAL;                  errno = EINVAL;
                 return (-1);                  return (-1);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>