Home | History | Annotate | Line # | Download | only in lib
      1  1.1  christos /* Used by the test harness to see if toolchain targets Linux.  */
      2  1.1  christos #ifdef __linux__
      3  1.1  christos int main()
      4  1.1  christos {
      5  1.1  christos   return 0;
      6  1.1  christos }
      7  1.1  christos #else
      8  1.1  christos # error "not linux"
      9  1.1  christos #endif
     10