Module Name:    src
Committed By:   joerg
Date:           Wed Feb 15 15:49:46 UTC 2012

Modified Files:
        src/lib/libc/include: namespace.h

Log Message:
Make sure that membar_producer gets the proper namespace mangling for libc.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/lib/libc/include/namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/include/namespace.h
diff -u src/lib/libc/include/namespace.h:1.149 src/lib/libc/include/namespace.h:1.150
--- src/lib/libc/include/namespace.h:1.149	Mon Jul  4 07:54:38 2011
+++ src/lib/libc/include/namespace.h	Wed Feb 15 15:49:46 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: namespace.h,v 1.149 2011/07/04 07:54:38 manu Exp $	*/
+/*	$NetBSD: namespace.h,v 1.150 2012/02/15 15:49:46 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -439,6 +439,7 @@
 #define lockf			_lockf
 #define lrand48			_lrand48
 #define lseek			_lseek
+#define membar_producer		_membar_producer
 #define mergesort		_mergesort
 #define mi_vector_hash		_mi_vector_hash
 #define mkstemp			_mkstemp

Reply via email to