This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Greg McGary <greg@kayak.mcgary.org> writes:
|> @@ -63,7 +64,7 @@ eval `{ echo "#include <sysdep.h>";
|> # Make sure only the first syscall rule is used, if multiple dirs
|> # define the same syscall.
|> echo "#### CALL=$file NUMBER=$callnum ARGS=$args SOURCE=$srcfile"
|> - case x$srcfile$callnum in
|> + case x$srcfile"$callnum" in
|> x*-) ;; ### Do nothing for undefined callnum
|> x-*)
|> echo "ifeq (,\$(filter $file,\$(unix-syscalls)))"
This is not necessary, since the text between `case' and `in' is not
subject to word splitting (the `x' prefix is not needed, too).
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |