diff options
author | John M. Calandrino <jmc@jupiter-cs.cs.unc.edu> | 2007-04-19 16:19:05 -0400 |
---|---|---|
committer | John M. Calandrino <jmc@jupiter-cs.cs.unc.edu> | 2007-04-19 16:19:05 -0400 |
commit | e7dcf76c95c27ed21a936c7174ed215763a64767 (patch) | |
tree | f410aab29d0ce7701abe2aee5e8068725ea7480b /include | |
parent | 9d490044d8cba5ee31e6795d0cb029c107db1ebf (diff) |
Yet another small system-call-related change.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index 9e05575dbf..5028f7d575 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
@@ -340,7 +340,7 @@ | |||
340 | #define __NR_pi_sema_init 331 | 340 | #define __NR_pi_sema_init 331 |
341 | #define __NR_pi_down 332 | 341 | #define __NR_pi_down 332 |
342 | #define __NR_pi_up 333 | 342 | #define __NR_pi_up 333 |
343 | #define __NR_pi_sema_free_wq 334 | 343 | #define __NR_pi_sema_free 334 |
344 | #define __NR_in_blocking_zone 335 | 344 | #define __NR_in_blocking_zone 335 |
345 | #define __NR_wait_for_zone_exit 336 | 345 | #define __NR_wait_for_zone_exit 336 |
346 | 346 | ||