projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f559a4a
)
(CHAR_BIT): Define.
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2000 10:59:44 +0000
(10:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2000 10:59:44 +0000
(10:59 +0000)
src/sys2.h
patch
|
blob
|
history
diff --git
a/src/sys2.h
b/src/sys2.h
index c1fa634084454f3df949aed351c486f673ea6816..b7afd5822a09288f5c98ba7a8a42bdb7ceabe28f 100644
(file)
--- a/
src/sys2.h
+++ b/
src/sys2.h
@@
-547,6
+547,10
@@
enum
# define PID_T_MAX TYPE_MAXIMUM (pid_t)
#endif
+#ifndef CHAR_BIT
+# define CHAR_BIT 8
+#endif
+
/* Use this to suppress gcc's `...may be used before initialized' warnings. */
#ifdef lint
# define IF_LINT(Code) Code