This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 6650
  glibc-2.8 does not include creat64() on alpha Last modified: 2010-05-04 02:24
     Query page      Enter new bug
Bug#: 6650   Hardware:   Reporter: Mike Frysinger <vapier@gentoo.org>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: Roland McGrath <roland@gnu.org>   Target Milestone:  
Flags: Requestee:
  backport ()
  examined ()
  testsuite ()
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6650 depends on: Show dependency tree
Show dependency graph
Bug 6650 blocks:

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2008-06-17 03:35
the current code base assumes that all 64bit ports provide __NR_creat.  this is
done by sysdeps/unix/sysv/linux/wordsize-64/creat64.c being a stub which means
the previous symbol location in io/creat64.c is not used.  other 64bit ports use
sysdeps/unix/sysv/linux/wordsize-64/syscalls.list to make creat64 an alias to
the creat function, thus overriding the io/creat.c file.  since alpha lacks
__NR_creat, the creat line in syscalls.list is ignored, leaving alpha with
io/creat.o declaring creat (and not creat64), and io/creat64.o declaring no
symbols at all.

------- Additional Comment #1 From Ulrich Drepper 2008-11-26 23:25 -------
Alpha is not in the main tree anymore since we have no maintainer.  Somebody has
to step up and volunteer to be the maintainer of the alpha ports tree or nothing
will happen.

------- Additional Comment #2 From Matt Turner 2010-05-04 02:24 -------
Richard Henderson fixed this with commit c7b880234d5 to glibc-ports.git. Marking
as fixed.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In