SLEEP(3) Linux Programmer's Manual SLEEP(3)

NAME

sleep - Sleep for the specified number of seconds

SYNOPSIS

#include <unistd.h> unsigned int sleep(unsigned int seconds);

DESCRIPTION

sleep() makes the current process sleep until seconds sec- onds have elapsed or a signal arrives which is not ignored.

RETURN VALUE

Zero if the requested time has elapsed, or the number of seconds left to sleep.

CONFORMS TO

POSIX.1

BUGS

sleep() may be implemented using SIGALRM; mixing calls to alarm() and sleep() is a bad idea. Using longjmp() from a signal handler or modifying the handling of SIGALRM while sleeping will cause undefined results.

SEE ALSO

signal, alarm,




























GNU April 7, 1993 1


Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 Tobias Klauser
summaryrefslogtreecommitdiff
path: root/net/batman-adv/translation-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/translation-table.c')
bdcb12b4c10ab1bf333ed25ec'>3d56cb771fc5f0a37412e62f99aacc6d21a646c0 /sound/soc/sti/Makefile
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
ARM: dts: orion5x-lschl: Fix model name
Model name should be consistent with legacy device file, so that user can migrate their system from legacy device support to device-tree safely. Legacy device file is currently removed, but it can be found on 4.8 or previous version of linux: arch/arm/mach-orion5x/ls-chl-setup.c Fixes: f94f268979a2 ("ARM: dts: orion5x: convert ls-chl to FDT") Cc: Ashley Hughes <ashley.hughes@blueyonder.co.uk> Signed-off-by: Roger Shimizu <rogershimizu@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'sound/soc/sti/Makefile')