aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/rmi/ServerRuntimeException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/rmi/ServerRuntimeException.java')
0 files changed, 0 insertions, 0 deletions
44 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
#ifndef LINUX_USER_NIOS2_SYSCALL_NR_H
#define LINUX_USER_NIOS2_SYSCALL_NR_H

#define TARGET_NR_io_setup                  0
#define TARGET_NR_io_destroy                1
#define TARGET_NR_io_submit                 2
#define TARGET_NR_io_cancel                 3
#define TARGET_NR_io_getevents              4
#define TARGET_NR_setxattr                  5
#define TARGET_NR_lsetxattr                 6
#define TARGET_NR_fsetxattr                 7
#define TARGET_NR_getxattr                  8
#define TARGET_NR_lgetxattr                 9
#define TARGET_NR_fgetxattr                 10
#define TARGET_NR_listxattr                 11
#define TARGET_NR_llistxattr                12
#define TARGET_NR_flistxattr                13
#define TARGET_NR_removexattr               14
#define TARGET_NR_lremovexattr              15
#define TARGET_NR_fremovexattr              16
#define TARGET_NR_getcwd                    17
#define TARGET_NR_lookup_dcookie            18
#define TARGET_NR_eventfd2                  19
#define TARGET_NR_epoll_create1             20
#define TARGET_NR_epoll_ctl                 21
#define TARGET_NR_epoll_pwait               22
#define TARGET_NR_dup                       23
#define TARGET_NR_dup3                      24
#define TARGET_NR_fcntl64                   25
#define TARGET_NR_inotify_init1             26
#define TARGET_NR_inotify_add_watch         27
#define TARGET_NR_inotify_rm_watch          28
#define TARGET_NR_ioctl                     29
#define TARGET_NR_ioprio_set                30
#define TARGET_NR_ioprio_get                31
#define TARGET_NR_flock                     32
#define TARGET_NR_mknodat                   33
#define TARGET_NR_mkdirat                   34
#define TARGET_NR_unlinkat                  35
#define TARGET_NR_symlinkat                 36
#define TARGET_NR_linkat                    37
#define TARGET_NR_renameat                  38
#define TARGET_NR_umount2                   39
#define TARGET_NR_mount                     40
#define TARGET_NR_pivot_root                41
#define TARGET_NR_nfsservctl                42
#define TARGET_NR_statfs64                  43
#define TARGET_NR_fstatfs64                 44
#define TARGET_NR_truncate64                45
#define TARGET_NR_ftruncate64               46
#define TARGET_NR_fallocate                 47
#define TARGET_NR_faccessat                 48
#define TARGET_NR_chdir                     49
#define TARGET_NR_fchdir                    50
#define TARGET_NR_chroot                    51
#define TARGET_NR_fchmod                    52
#define TARGET_NR_fchmodat                  53
#define TARGET_NR_fchownat                  54
#define TARGET_NR_fchown                    55
#define TARGET_NR_openat                    56
#define TARGET_NR_close                     57
#define TARGET_NR_vhangup                   58
#define TARGET_NR_pipe2                     59
#define TARGET_NR_quotactl                  60
#define TARGET_NR_getdents64                61
#define TARGET_NR_read                      63
#define TARGET_NR_write                     64
#define TARGET_NR_readv                     65
#define TARGET_NR_writev                    66
#define TARGET_NR_pread64                   67
#define TARGET_NR_pwrite64                  68
#define TARGET_NR_preadv                    69
#define TARGET_NR_pwritev                   70
#define TARGET_NR_sendfile64                71
#define TARGET_NR_pselect6                  72
#define TARGET_NR_ppoll                     73
#define TARGET_NR_signalfd4                 74
#define TARGET_NR_vmsplice                  75
#define TARGET_NR_splice                    76
#define TARGET_NR_tee                       77
#define TARGET_NR_readlinkat                78
#define TARGET_NR_fstatat64                 79