| .. | .. |
|---|
| 2 | 2 | #ifndef _ASM_POWERPC_SEMBUF_H |
|---|
| 3 | 3 | #define _ASM_POWERPC_SEMBUF_H |
|---|
| 4 | 4 | |
|---|
| 5 | +#include <asm/ipcbuf.h> |
|---|
| 6 | + |
|---|
| 5 | 7 | /* |
|---|
| 6 | 8 | * This program is free software; you can redistribute it and/or |
|---|
| 7 | 9 | * modify it under the terms of the GNU General Public License |
|---|
| .. | .. |
|---|
| 26 | 28 | unsigned long sem_ctime_high; |
|---|
| 27 | 29 | unsigned long sem_ctime; /* last change time */ |
|---|
| 28 | 30 | #else |
|---|
| 29 | | - __kernel_time_t sem_otime; /* last semop time */ |
|---|
| 30 | | - __kernel_time_t sem_ctime; /* last change time */ |
|---|
| 31 | + long sem_otime; /* last semop time */ |
|---|
| 32 | + long sem_ctime; /* last change time */ |
|---|
| 31 | 33 | #endif |
|---|
| 32 | 34 | unsigned long sem_nsems; /* no. of semaphores in array */ |
|---|
| 33 | 35 | unsigned long __unused3; |
|---|