Opened 19 years ago

Closed 19 years ago

#1641 closed defect (invalid)

Typo in glibc 2.3.4 causes compile error

Reported by: drtwox@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: 6.1
Severity: normal Keywords:
Cc:

Description

glibc-2.3.4/nptl/pthread_attr_setinheritsched.c On line 37 'return' is mistyped as 'rettrn' Causes a compile error on my epia v10000 board, Debian Sarge as host system. Fixed in glibc-cvs.

Change History (1)

comment:1 by ken@…, 19 years ago

Resolution: invalid
Status: newclosed

Just untarred it here, looks fine to me.

/* Catch invalid values. */

if (inherit != PTHREAD_INHERIT_SCHED && inherit != PTHREAD_EXPLICIT_SCHED)

return EINVAL;

/* Store the new values. */

Troy,

I guess that either there is a memory or a dma problem on your epia.

Memtest86+, and checking the ide cable might be worthwhile. If it's your own kernel, possibly missing via chipset fixes in the ide drivers. Or even a corrupted glibc tarball.

Ken

Note: See TracTickets for help on using tickets.