diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 00:25:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 00:25:00 +0000 |
commit | 263d34e5af92d2cb0203a0602088d58851210281 (patch) | |
tree | 870ef0f2956fa14689403ea5a4af2facccca765e | |
parent | 9318eaf913d5ce16eb7f47592eff2188a2b1be7c (diff) | |
download | ATCD-263d34e5af92d2cb0203a0602088d58851210281.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-97a | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index 120898a131a..c99253fb75f 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,13 @@ +Sun Jan 12 18:20:49 1997 David L. Levine <levine@cs.wustl.edu> + + * ace/ACE.cpp (round_to_pagesize): fixed typo in reference to + ACE::pagesize_ + + * ace/ACE.cpp: initialize ACE::pagesize_ to 0 if ACE_HAS_GETPAGESIZE. + That allows ACE:round_to_pagesize () to set ACE::pagesize_ using + the appropriate system call. If ACE_HAS_GETPAGESIZE isn't set, + then ACE::pagesize_ is initialized to ACE_PAGE_SIZE, as before. + Sat Jan 11 15:11:28 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * ace/OS.i (thr_setprio): The POSIX implementation of |