]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(EOVERFLOW): Added.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Feb 1998 20:01:29 +0000 (20:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Feb 1998 20:01:29 +0000 (20:01 +0000)
sysdeps/standalone/arm/bits/errno.h

index 373d701bc3b965294f1f9f81421e77e14f1e89f0..7d628b1a2dd011ccc12e88edcd1bbd6a0603dccc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996, 1997, 1998 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
@@ -57,6 +57,7 @@
 # define ENOSPC                29
 # define EEXIST                30
 # define EBUSY         31
+# define EOVERFLOW     32
 #endif
 
 #define __set_errno(val) errno = (val)