]> granicus.if.org Git - strace/commitdiff
Oops, forgot to commit this one
authorWichert Akkerman <wichert@deephackmode.org>
Thu, 18 Nov 1999 17:12:55 +0000 (17:12 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Thu, 18 Nov 1999 17:12:55 +0000 (17:12 +0000)
linux/syscall.h

index 1400a4420a74b9d7e82b06b30ecf2b63e7cf20a6..85bdeae0d6557816746d7e3514a090514622d13d 100644 (file)
@@ -95,6 +95,19 @@ int sys_shutdown(), sys_setsockopt(), sys_getsockopt();
 int sys_query_module();
 int sys_poll();
 
+/* architecture-specific calls */
+#ifdef ALPHA
+sys_osf_select();
+sys_osf_gettimeofday();
+sys_osf_settimeofday();
+sys_osf_getitimer();
+sys_osf_setitimer();
+sys_osf_getrusage();
+sys_osf_wait4();
+sys_osf_utimes();
+#endif
+
+
 #if !defined(ALPHA) && !defined(MIPS)
 #ifdef POWERPC
 #  define SYS_socket_subcall   256
@@ -116,8 +129,10 @@ int sys_poll();
 #define SYS_shutdown           (SYS_socket_subcall + 13)
 #define SYS_setsockopt         (SYS_socket_subcall + 14)
 #define SYS_getsockopt         (SYS_socket_subcall + 15)
+#define SYS_sendmsg            (SYS_socket_subcall + 16)
+#define SYS_recvmsg            (SYS_socket_subcall + 17)
 
-#define SYS_socket_nsubcalls   16
+#define SYS_socket_nsubcalls   18
 #endif /* !ALPHA */
 
 /* sys_ipc subcalls */