mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
have no names without leading underscores. 2000-07-07 Greg McGary <greg@mcgary.org> * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that have no names without leading underscores.
This commit is contained in:
parent
6ccf5e679a
commit
f2c9942e97
@ -1,3 +1,8 @@
|
||||
2000-07-07 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
|
||||
have no names without leading underscores.
|
||||
|
||||
2000-07-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
|
||||
|
@ -193,8 +193,8 @@ shared-only-routines += $file
|
||||
x-,-,* | x*,*.[sS],*V*) ;;
|
||||
x*,-,*$ptrlet* | x*,*.[sS],*$ptrlet*)
|
||||
|
||||
# find the name without leading underscores
|
||||
set `echo $strong $weak |tr -s ' \t' '\12' |sed '/^_/d'`
|
||||
# choose the name with the fewest leading underscores, preferably none
|
||||
set `echo $strong $weak |tr ' \t' '\n' |sort -r`
|
||||
callname=$1
|
||||
|
||||
# convert signature string to individual numbered arg names
|
||||
|
Loading…
Reference in New Issue
Block a user