Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 27327
Collapse All | Expand All

(-)oo_1.1rc3_src/sal/osl/unx/semaphor.c.jj (-2 / +2 lines)
Lines 79-85 Link Here
79
/* osl_createSemaphore  */
79
/* osl_createSemaphore  */
80
/*****************************************************************************/
80
/*****************************************************************************/
81
81
82
#ifdef LINUX
82
#if 0
83
/* sem_t from glibc-2.1 (/usr/include/semaphore.h) */ 
83
/* sem_t from glibc-2.1 (/usr/include/semaphore.h) */ 
84
84
85
typedef struct {
85
typedef struct {
Lines 100-106 Link Here
100
     * larger of both
100
     * larger of both
101
     * XXX
101
     * XXX
102
     */
102
     */
103
#ifdef LINUX
103
#if 0
104
	if ( sizeof(glibc_21_sem_t) > sizeof(sem_t) )
104
	if ( sizeof(glibc_21_sem_t) > sizeof(sem_t) )
105
		Semaphore= malloc(sizeof(glibc_21_sem_t));
105
		Semaphore= malloc(sizeof(glibc_21_sem_t));
106
	else
106
	else
(-)oo_1.1rc3_src/tools/source/solar/solar.c.jj (-1 / +1 lines)
Lines 577-583 Link Here
577
577
578
  {
578
  {
579
	char* p = NULL;
579
	char* p = NULL;
580
	InfoMemoryAccess( p );
580
	/*InfoMemoryAccess( p );*/
581
	p = (char*)&p;
581
	p = (char*)&p;
582
	InfoMemoryAccess( p );
582
	InfoMemoryAccess( p );
583
	InfoMemoryTypeAccess( t_short );
583
	InfoMemoryTypeAccess( t_short );

Return to bug 27327