Kaydet (Commit) a363b5b6 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED

2005/05/05 21:59:52 vq 1.2.80.1: #i47135# Leave a comment that the _POSIX_*_MAX values should be set in
the architecture dependent sysintf.h files instead of clobbering them
in posix.h
üst 956d091a
/* RCS $Id: posix.h,v 1.2 2003-03-25 14:02:13 hr Exp $
/* RCS $Id: posix.h,v 1.3 2006-04-20 12:01:40 hr Exp $
--
-- SYNOPSIS
-- Definition for POSIX conforming defines in dmake.
......@@ -53,7 +53,8 @@
#define CHILD_MAX _POSIX_CHILD_MAX
#endif
/* now fix these since some values are all wet */
/* FIXME! This is a very big hammer, these values should be set to
* sensible values in the architecture dependent sysintf.h files. */
#if NAME_MAX < 255
#undef NAME_MAX
#define NAME_MAX 255
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment