-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sam Ravnborg
authored and
David S. Miller
committed
Jul 18, 2008
1 parent
f50d76a
commit 7906fb4
Showing
3 changed files
with
11 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 100b10d752bafafda2a508235b7df6718e42bd76 | ||
refs/heads/master: fcb07081f209d3d9c7662ba6a097b254e76f71ee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
#ifndef _SPARC64_SEMBUF_H | ||
#define _SPARC64_SEMBUF_H | ||
|
||
/* | ||
* The semid64_ds structure for sparc64 architecture. | ||
* Note extra padding because this structure is passed back and forth | ||
* between kernel and user space. | ||
* | ||
* Pad space is left for: | ||
* - 2 miscellaneous 64-bit values | ||
*/ | ||
|
||
struct semid64_ds { | ||
struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ | ||
__kernel_time_t sem_otime; /* last semop time */ | ||
__kernel_time_t sem_ctime; /* last change time */ | ||
unsigned long sem_nsems; /* no. of semaphores in array */ | ||
unsigned long __unused1; | ||
unsigned long __unused2; | ||
}; | ||
|
||
#endif /* _SPARC64_SEMBUF_H */ | ||
#include <asm-sparc/sembuf.h> |