浏览代码

use C style comments

Mike Frysinger 20 年之前
父节点
当前提交
06ffd3f824
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      include/errno.h

+ 1 - 2
include/errno.h

@@ -47,8 +47,7 @@ __BEGIN_DECLS
 extern int errno;
 extern int errno;
 #endif
 #endif
 
 
-#if 0 //def __USE_GNU
-/* uClibc note: not supported */
+#if 0 /*def __USE_GNU      uClibc note: not supported */
 
 
 /* The full and simple forms of the name with which the program was
 /* The full and simple forms of the name with which the program was
    invoked.  These variables are set up automatically at startup based on
    invoked.  These variables are set up automatically at startup based on