Skip to content

Commit

Permalink
clumsy blank pages to make some files align better
Browse files Browse the repository at this point in the history
rsc committed Aug 28, 2007
1 parent 2d7d2b1 commit c2f354e
Showing 3 changed files with 101 additions and 0 deletions.
17 changes: 17 additions & 0 deletions elf.h
Original file line number Diff line number Diff line change
@@ -41,3 +41,20 @@ struct proghdr {
#define ELF_PROG_FLAG_WRITE 2
#define ELF_PROG_FLAG_READ 4

















// Blank page.
40 changes: 40 additions & 0 deletions fsvar.h
Original file line number Diff line number Diff line change
@@ -16,3 +16,43 @@ struct inode {

#define I_BUSY 0x1
#define I_VALID 0x2







































// Blank page.
44 changes: 44 additions & 0 deletions spinlock.h
Original file line number Diff line number Diff line change
@@ -8,3 +8,47 @@ struct spinlock {
uint pcs[10]; // The call stack (an array of program counters)
// that locked the lock.
};











































// Blank page.

0 comments on commit c2f354e

Please sign in to comment.