X-Spam-Check-By: sourceware.org Date: Tue, 13 Mar 2007 10:05:06 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: missing shm_open and shm_unlink Message-ID: <20070313090506.GC24859@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mar 12 10:05, Don Marquardt wrote: > > > I am building an application that will used shared memory and I have tried > to compile the attached source file. I have version 3.4.4-3 of the gcc > compiler and appropriate support libraries. > > If I use a simple gcc command it complains > > $ gcc -Wall -Werror writer.c > writer.c: In function `main': > writer.c:34: warning: implicit declaration of function `shm_open' > writer.c:85: warning: implicit declaration of function `shm_unlink' POSIX shared memory objects are not implemented in Cygwin up to 1.5.24. The next release will contain an implementation, but for the time being just use standard anonymous shared memory. Corinna -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/