Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 11:51:00 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103754 for review
Message-ID:  <200608131151.k7DBp0d7004404@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103754

Change 103754 by rdivacky@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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608131151.k7DBp0d7004404>