aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/system.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-25 19:02:14 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-25 19:02:14 +0000
commitbb8d0fd5b125d43445124e37a2569f53bb7fb2ea (patch)
treed770a5e6fd4c4931a78ff3087fac47198d0f6d29 /sysdeps/posix/system.c
parentb0af120fd01e10653256c6f949b930d72f0fd2a1 (diff)
downloadglibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar
glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.gz
glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.tar.bz2
glibc-bb8d0fd5b125d43445124e37a2569f53bb7fb2ea.zip
Update.
2000-08-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and getrlimit to the list. 2000-08-18 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit long double format so use ldbl-96 instead of ldbl-128.
Diffstat (limited to 'sysdeps/posix/system.c')
-rw-r--r--sysdeps/posix/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c
index bf84d2fb1e..79b5e330af 100644
--- a/sysdeps/posix/system.c
+++ b/sysdeps/posix/system.c
@@ -85,7 +85,7 @@ __libc_system (const char *line)
return -1;
}
}
-# define UNBLOCK  __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL)
+# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL)
#else
# define UNBLOCK 0
#endif