summaryrefslogtreecommitdiff
path: root/sysdeps/stub/msgrcv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/msgrcv.c')
-rw-r--r--sysdeps/stub/msgrcv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/stub/msgrcv.c b/sysdeps/stub/msgrcv.c
index 3d5dfc5523..863824946d 100644
--- a/sysdeps/stub/msgrcv.c
+++ b/sysdeps/stub/msgrcv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
@@ -34,7 +34,7 @@ msgrcv (msqid, msgp, msgsz, msgtyp, msgflg)
long msgtyp;
int msgflg;
{
- errno = ENOSYS;
+ __set_errno (ENOSYS);
return -1;
}