PERFORCE change 103754 for review

Roman Divacky rdivacky at FreeBSD.org
Sun Aug 13 11:51:00 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103754

Change 103754 by rdivacky at rdivacky_witten on 2006/08/13 11:50:22

	Change timespec to l_timespec to be 64bit clean.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#23 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#23 (text+ko) ====

@@ -403,7 +403,7 @@
 238	AUE_NULL	STD	{ int linux_tkill(int tid, int sig); }
 239	AUE_SENDFILE	UNIMPL	linux_sendfile64
 240	AUE_NULL	STD	{ int linux_sys_futex(void *uaddr, int op, int val, \
-					struct timespec *timeout, void *uaddr2, int val3); }
+					struct l_timespec *timeout, void *uaddr2, int val3); }
 241	AUE_NULL	UNIMPL	linux_sched_setaffinity
 242	AUE_NULL	UNIMPL	linux_sched_getaffinity
 243	AUE_NULL	STD	{ int linux_set_thread_area(struct l_user_desc *desc); }
@@ -448,11 +448,11 @@
 278	AUE_NULL	STD	{ int linux_mq_unlink(const char *name); }
 279	AUE_NULL	STD	{ int linux_mq_timedsend(l_mqd_t mqd, const char *msg_ptr, \
 					size_t msg_len, unsigned int msg_prio, const struct \
-					timespec *abs_timeout); }
+					l_timespec *abs_timeout); }
 280	AUE_NULL	STD	{ int linux_mq_timedreceive(l_mqd_t mqd, char *msg_ptr, \
 					size_t msg_len, unsigned int msg_prio, const struct \
-					timespec *abs_timeout); }
-281	AUE_NULL	STD	{ int linux_mq_notify(l_mqd_t mqd, const struct timespec *abs_timeout); }
+					l_timespec *abs_timeout); }
+281	AUE_NULL	STD	{ int linux_mq_notify(l_mqd_t mqd, const struct l_timespec *abs_timeout); }
 282	AUE_NULL	STD	{ int linux_mq_getsetattr(l_mqd_t mqd, const struct mq_attr *attr, \
 					struct mq_attr *oattr); }
 283	AUE_NULL	STD	{ int linux_kexec_load(void); }


More information about the p4-projects mailing list