[uClibc-cvs] uClibc/libc/sysdeps/linux/common/bits sem.h,1.2,1.3

Erik Andersen andersen at uclibc.org
Thu Aug 14 18:46:34 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/common/bits
In directory winder:/tmp/cvs-serv24707/libc/sysdeps/linux/common/bits

Modified Files:
	sem.h 
Log Message:
Use the common version for bits/sem.h.  Fixup the types to
match the kernel type exactly.


Index: sem.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/bits/sem.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sem.h	25 Aug 2002 00:08:22 -0000	1.2
+++ sem.h	14 Aug 2003 18:46:27 -0000	1.3
@@ -38,8 +38,8 @@
 /* Data structure describing a set of semaphores.  */
 struct semid_ds {
     struct ipc_perm	sem_perm;		/* permissions .. see ipc.h */
-    time_t		sem_otime;		/* last semop time */
-    time_t		sem_ctime;		/* last change time */
+    __kernel_time_t	sem_otime;		/* last semop time */
+    __kernel_time_t	sem_ctime;		/* last change time */
     struct sem		*sem_base;		/* ptr to first semaphore in array */
     struct sem_queue	*sem_pending;		/* pending operations to be processed */
     struct sem_queue	**sem_pending_last;	/* last pending operation */




More information about the uClibc-cvs mailing list