]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define values also as macros.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 03:27:00 +0000 (03:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 03:27:00 +0000 (03:27 +0000)
sysdeps/unix/sysv/linux/bits/resource.h

index 7b188b9f9fcd868a45309780ae4dfc409b0ab4f0..98e872fb7d2250d1bc82e2f4ca2b57bebd8f3349 100644 (file)
@@ -219,6 +219,9 @@ struct rusage
 enum __priority_which
 {
   PRIO_PROCESS = 0,            /* WHO is a process ID.  */
+#define PRIO_PROCESS PRIO_PROCESS
   PRIO_PGRP = 1,               /* WHO is a process group ID.  */
+#define PRIO_PGRP PRIO_PGRP
   PRIO_USER = 2                        /* WHO is a user ID.  */
+#define PRIO_USER PRIO_USER
 };