Skip to content

Commit

Permalink
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hr committed Apr 20, 2006
1 parent 4858e81 commit 05aadc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions posix.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 05aadc8

Please sign in to comment.