diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-02-18 04:08:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-02-18 04:08:52 +0000 |
commit | 9652be3de8913e528f86d9d4d2643db6c472f9fe (patch) | |
tree | afa08c329c7b3007487a47b78ed77c47f88d2a4d /sysdeps/unix/sysv/linux/sys | |
parent | 7434ccadbb6897d366d2377f84efe1e2cd61b02b (diff) | |
download | glibc-9652be3de8913e528f86d9d4d2643db6c472f9fe.tar glibc-9652be3de8913e528f86d9d4d2643db6c472f9fe.tar.gz glibc-9652be3de8913e528f86d9d4d2643db6c472f9fe.tar.bz2 glibc-9652be3de8913e528f86d9d4d2643db6c472f9fe.zip |
update from main archive 970217
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/reboot.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/reboot.h b/sysdeps/unix/sysv/linux/sys/reboot.h index 8783b2767e..4d249aaaaa 100644 --- a/sysdeps/unix/sysv/linux/sys/reboot.h +++ b/sysdeps/unix/sysv/linux/sys/reboot.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997 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 @@ -36,8 +36,11 @@ /* Disable reboot using Ctrl-Alt-Delete keystroke. */ #define RB_DISABLE_CAD 0 +__BEGIN_DECLS /* Reboot or halt the system. */ extern int reboot __P ((int __howto)); +__END_DECLS + #endif /* _SYS_REBOOT_H */ |