~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/posix/include/posix/limits.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#undef PATH_MAX
49
49
#define PATH_MAX 256
50
50
 
 
51
/* it's probably a safe assumption */
 
52
#undef CHAR_BIT
 
53
#define CHAR_BIT 8
 
54
 
51
55
#endif /* POSIX_LIMITS_H_ */
52
56
 
53
57
/** @}