Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4815: dependency on obsolete versions of mmap and shmdt
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-01 17:57:18
#4815: dependency on obsolete versions of mmap and shmdt
-----------------------------------------+----------------------------------
Reporter: stephen.clamage@⦠| Owner: igaztanaga
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.44.0 | Severity: Problem
Resolution: invalid | Keywords:
-----------------------------------------+----------------------------------
Changes (by igaztanaga):
* status: new => closed
* resolution: => invalid
Comment:
Sorry but the POSIX standard interface is void*:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/shmdt.html
int shmdt(const void *shmaddr);
http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html
void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t
off);
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4815#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC