]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__rlim_t, __rlim64_t): Make unsigned.
authorUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:36:39 +0000 (00:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 1999 00:36:39 +0000 (00:36 +0000)
sysdeps/unix/sysv/linux/bits/types.h

index ccab7fb07ce2952568bc558e073285dfa9380e07..50b4448ca6dadcec7c4501cad157381f69e714e4 100644 (file)
@@ -68,8 +68,8 @@ typedef long int __off_t;             /* Type of file sizes and offsets.  */
 typedef __quad_t __loff_t;             /* Type of file sizes and offsets.  */
 typedef int __pid_t;                   /* Type of process identifications.  */
 typedef int __ssize_t;                 /* Type of a byte count, or error.  */
-typedef long int __rlim_t;             /* Type of resource counts.  */
-typedef __quad_t __rlim64_t;           /* Type of resource counts (LFS).  */
+typedef __u_long __rlim_t;             /* Type of resource counts.  */
+typedef __u_quad_t __rlim64_t;         /* Type of resource counts (LFS).  */
 typedef __u_int __id_t;                        /* General type for ID.  */
 
 typedef struct