Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
Browse files Browse the repository at this point in the history
	remove CLONE_STOPPED.
  • Loading branch information
Ulrich Drepper committed Mar 24, 2008
1 parent 85ac241 commit 0ab7632
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-03-24 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
remove CLONE_STOPPED.

2008-02-10 Jim Meyering <meyering@redhat.com>

Remove useless "if" before "free":
Expand Down
7 changes: 6 additions & 1 deletion sysdeps/unix/sysv/linux/bits/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
force CLONE_PTRACE on this clone. */
# define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
the child. */
# define CLONE_STOPPED 0x02000000 /* Start in stopped state. */
# define CLONE_NEWUTS 0x04000000 /* New utsname group. */
# define CLONE_NEWIPC 0x08000000 /* New ipcs. */
# define CLONE_NEWUSER 0x10000000 /* New user namespace. */
# define CLONE_NEWPID 0x20000000 /* New pid namespace. */
# define CLONE_NEWNET 0x40000000 /* New network namespace. */
# define CLONE_IO 0x80000000 /* Clone I/O context. */
#endif

/* The official definition. */
Expand Down

0 comments on commit 0ab7632

Please sign in to comment.