Skip to content

Commit

Permalink
UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-empty
Browse files Browse the repository at this point in the history
arch/sparc/include/uapi/asm/sigcontext.h was emitted by the UAPI disintegration
script as an empty file because the parent file had no UAPI stuff in it,
despite being marked with "header-y".

Unfortunately, the patch program deletes resultant empty files when applying a
kernel patch.

So just stick a comment in there as a placeholder.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: David S. Miller <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
  • Loading branch information
David Howells committed Oct 17, 2012
1 parent 588be30 commit bb2bab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sparc/include/uapi/asm/sigcontext.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
* There isn't anything here anymore, but the file must not be empty or patch
* will delete it.
*/

0 comments on commit bb2bab1

Please sign in to comment.