From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKeNf-0004xz-4o for qemu-devel@nongnu.org; Wed, 07 Jan 2009 14:47:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKeNe-0004xf-QT for qemu-devel@nongnu.org; Wed, 07 Jan 2009 14:47:54 -0500 Received: from [199.232.76.173] (port=54906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKeNe-0004xZ-Jr for qemu-devel@nongnu.org; Wed, 07 Jan 2009 14:47:54 -0500 Received: from savannah.gnu.org ([199.232.41.3]:46622 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKeNe-00027T-DP for qemu-devel@nongnu.org; Wed, 07 Jan 2009 14:47:54 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LKeNd-0002Kg-QT for qemu-devel@nongnu.org; Wed, 07 Jan 2009 19:47:53 +0000 Received: from edgar_igl by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LKeNd-0002Kc-Ku for qemu-devel@nongnu.org; Wed, 07 Jan 2009 19:47:53 +0000 MIME-Version: 1.0 Errors-To: edgar_igl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Edgar E. Iglesias" Message-Id: Date: Wed, 07 Jan 2009 19:47:53 +0000 Subject: [Qemu-devel] [6223] CRIS: Add a bunch of syscall numbers. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6223 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6223 Author: edgar_igl Date: 2009-01-07 19:47:53 +0000 (Wed, 07 Jan 2009) Log Message: ----------- CRIS: Add a bunch of syscall numbers. Signed-off-by: Edgar E. Iglesias Modified Paths: -------------- trunk/linux-user/cris/syscall_nr.h Modified: trunk/linux-user/cris/syscall_nr.h =================================================================== --- trunk/linux-user/cris/syscall_nr.h 2009-01-07 19:43:47 UTC (rev 6222) +++ trunk/linux-user/cris/syscall_nr.h 2009-01-07 19:47:53 UTC (rev 6223) @@ -289,3 +289,47 @@ #define TARGET_NR_add_key 286 #define TARGET_NR_request_key 287 #define TARGET_NR_keyctl 288 +#define TARGET_NR_ioprio_set 289 +#define TARGET_NR_ioprio_get 290 +#define TARGET_NR_inotify_init 291 +#define TARGET_NR_inotify_add_watch 292 +#define TARGET_NR_inotify_rm_watch 293 +#define TARGET_NR_migrate_pages 294 +#define TARGET_NR_openat 295 +#define TARGET_NR_mkdirat 296 +#define TARGET_NR_mknodat 297 +#define TARGET_NR_fchownat 298 +#define TARGET_NR_futimesat 299 +#define TARGET_NR_fstatat64 300 +#define TARGET_NR_unlinkat 301 +#define TARGET_NR_renameat 302 +#define TARGET_NR_linkat 303 +#define TARGET_NR_symlinkat 304 +#define TARGET_NR_readlinkat 305 +#define TARGET_NR_fchmodat 306 +#define TARGET_NR_faccessat 307 +#define TARGET_NR_pselect6 308 +#define TARGET_NR_ppoll 309 +#define TARGET_NR_unshare 310 +#define TARGET_NR_set_robust_list 311 +#define TARGET_NR_get_robust_list 312 +#define TARGET_NR_splice 313 +#define TARGET_NR_sync_file_range 314 +#define TARGET_NR_tee 315 +#define TARGET_NR_vmsplice 316 +#define TARGET_NR_move_pages 317 +#define TARGET_NR_getcpu 318 +#define TARGET_NR_epoll_pwait 319 +#define TARGET_NR_utimensat 320 +#define TARGET_NR_signalfd 321 +#define TARGET_NR_timerfd_create 322 +#define TARGET_NR_eventfd 323 +#define TARGET_NR_fallocate 324 +#define TARGET_NR_timerfd_settime 325 +#define TARGET_NR_timerfd_gettime 326 +#define TARGET_NR_signalfd4 327 +#define TARGET_NR_eventfd2 328 +#define TARGET_NR_epoll_create1 329 +#define TARGET_NR_dup3 330 +#define TARGET_NR_pipe2 331 +#define TARGET_NR_inotify_init1 332