diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 14:33:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 14:33:03 +0000 |
commit | 06ffd3f8248f8147d9f58cb3958134e0b634f5d1 (patch) | |
tree | d7c7ac7affb3ddaf4718e928e5300c48c3df9ca3 | |
parent | ddd847f2cd92cebeaccfac73990dd3739b5140be (diff) |
use C style comments
-rw-r--r-- | include/errno.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/errno.h b/include/errno.h index 191f1ff5c..390e51521 100644 --- a/include/errno.h +++ b/include/errno.h @@ -47,8 +47,7 @@ __BEGIN_DECLS extern int errno; #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 invoked. These variables are set up automatically at startup based on |