Hacker News new | past | comments | ask | show | jobs | submit login

Wasn't there a similar thread a few months back about "two" being corrected to equal 2?



Speaking of...

  kernel/sysctl.c

  #ifdef CONFIG_LOCKUP_DETECTOR
  static int sixty = 60;
  #endif
  
  static int __maybe_unused neg_one = -1;
  
  static int zero;
  static int __maybe_unused one = 1;
  static int __maybe_unused two = 2;
  static int __maybe_unused three = 3;
  static unsigned long one_ul = 1;
  static int one_hundred = 100;
  #ifdef CONFIG_PRINTK
  static int ten_thousand = 10000;
  #endif




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: