Skip to content

Commit

Permalink
[BZ #10052]
Browse files Browse the repository at this point in the history
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>.
  • Loading branch information
Ulrich Drepper committed Apr 24, 2009
1 parent 95bf537 commit 3d855f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/make-syscalls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit 3d855f7

Please sign in to comment.