/[qemu]/qemu/linux-user/syscall.c
ViewVC logotype

Diff of /qemu/linux-user/syscall.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by bellard, Sat Apr 23 18:25:41 2005 UTC revision 1.60 by bellard, Tue Apr 26 20:42:36 2005 UTC
# Line 1603  long do_syscall(void *cpu_env, int num, Line 1603  long do_syscall(void *cpu_env, int num,
1603  #ifdef HAVE_GPROF  #ifdef HAVE_GPROF
1604          _mcleanup();          _mcleanup();
1605  #endif  #endif
1606            gdb_exit(cpu_env, arg1);
1607          /* XXX: should free thread stack and CPU env */          /* XXX: should free thread stack and CPU env */
1608          _exit(arg1);          _exit(arg1);
1609          ret = 0; /* avoid warning */          ret = 0; /* avoid warning */
# Line 2409  long do_syscall(void *cpu_env, int num, Line 2410  long do_syscall(void *cpu_env, int num,
2410  #ifdef __NR_exit_group  #ifdef __NR_exit_group
2411          /* new thread calls */          /* new thread calls */
2412      case TARGET_NR_exit_group:      case TARGET_NR_exit_group:
2413            gdb_exit(cpu_env, arg1);
2414          ret = get_errno(exit_group(arg1));          ret = get_errno(exit_group(arg1));
2415          break;          break;
2416  #endif  #endif

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26