]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__ipc_pid_t): Change to unsigned short, not short.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 18:02:24 +0000 (18:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 18:02:24 +0000 (18:02 +0000)
sysdeps/unix/sysv/linux/gnu/types.h

index 4e78e801dd1fb28832372273bdd992901f1d0297..193fe32412b0bb44ba38903b8a6f23a0a092fed5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 94, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -86,6 +86,6 @@ typedef struct
 
 typedef int __key_t;
 
-typedef short int __ipc_pid_t;
+typedef unsigned short int __ipc_pid_t;
 
 #endif /* gnu/types.h */