diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 03:33:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 03:33:03 +0000 |
commit | 3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 (patch) | |
tree | 0a046b1cf8435fe8b4c19b5337ae2be455407e3e | |
parent | 95bf537fc79edec18abd3c8a236fb84ab589cfcd (diff) | |
download | glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.gz glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.tar.bz2 glibc-3d855f75d211ff7b5961f2e0153dc8b3f125f4d7.zip |
[BZ #10052]
2009-04-23 Ulrich Drepper <drepper@redhat.com>
[BZ #10052]
* sysdeps/unix/make-syscalls.sh: Add rule to create target
directory for dummy syscall rules.
Patch by Chris Steinbroner <hesh@pobox.com>.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-04-23 Ulrich Drepper <drepper@redhat.com> + + [BZ #10052] + * sysdeps/unix/make-syscalls.sh: Add rule to create target + directory for dummy syscall rules. + Patch by Chris Steinbroner <hesh@pobox.com>. + 2009-04-23 Aurelien Jarno <aurelien@aurel32.net> [BZ #10092] diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index ca82e1f331..8abb0349bf 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -155,6 +155,7 @@ shared-only-routines += $file case x"$callnum" in x_) echo "\ + \$(make-target-directory) (echo '/* Dummy module requested by syscalls.list */'; \\" ;; x*) |