Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
  • Loading branch information
Ulrich Drepper committed Jun 21, 2005
1 parent 64d64de commit 6a46350
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2005-06-21 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.

2005-06-20 Ulrich Drepper <drepper@redhat.com>

* nscd/nscd.init: Get more in line with lsb3.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/alpha/bits/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ enum __rlimit_resource
/* Maximum realtime priority allowed for non-priviledged
processes. */
__RLIMIT_RTPRIO = 14,
#define RLIMIT_RTPRIO _RLIMIT_RTPRIO
#define RLIMIT_RTPRIO __RLIMIT_RTPRIO

__RLIMIT_NLIMITS = 15,
__RLIM_NLIMITS = __RLIMIT_NLIMITS
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/bits/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ enum __rlimit_resource
/* Maximum realtime priority allowed for non-priviledged
processes. */
__RLIMIT_RTPRIO = 14,
#define RLIMIT_RTPRIO _RLIMIT_RTPRIO
#define RLIMIT_RTPRIO __RLIMIT_RTPRIO

__RLIMIT_NLIMITS = 15,
__RLIM_NLIMITS = __RLIMIT_NLIMITS
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/sparc/bits/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ enum __rlimit_resource
/* Maximum realtime priority allowed for non-priviledged
processes. */
__RLIMIT_RTPRIO = 14,
#define RLIMIT_RTPRIO _RLIMIT_RTPRIO
#define RLIMIT_RTPRIO __RLIMIT_RTPRIO

__RLIMIT_NLIMITS = 15,
__RLIM_NLIMITS = __RLIMIT_NLIMITS
Expand Down

0 comments on commit 6a46350

Please sign in to comment.