From b52a8902a66e6dd7be19aaeb214ad61c6a82b3d8 Mon Sep 17 00:00:00 2001 From: drepper Date: Mon, 1 Mar 1999 07:20:21 +0000 Subject: [PATCH] (ucontext): Rename field uc_links to uc_link which is the right name according to Unix98. --- sysdeps/mips/sys/ucontext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mips/sys/ucontext.h b/sysdeps/mips/sys/ucontext.h index f177cad121..741fb28df7 100644 --- a/sysdeps/mips/sys/ucontext.h +++ b/sysdeps/mips/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999 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 @@ -134,7 +134,7 @@ typedef struct typedef struct ucontext { unsigned long int uc_flags; - struct ucontext *uc_links; + struct ucontext *uc_link; __sigset_t uc_sigmask; stack_t uc_stack; mcontext_t uc_mcontext; -- 2.11.0