From c9bb60a94cf2c11d16d8d15f16e079b84d0e7b6d Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 11 Dec 2012 06:49:45 -0500 Subject: libcsupport: GCI Doxygen Task #7 http://www.google-melange.com/gci/task/view/google/gci2012/7975223 --- cpukit/libcsupport/src/umask.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/umask.c') diff --git a/cpukit/libcsupport/src/umask.c b/cpukit/libcsupport/src/umask.c index d9b5580dba..1a5daa51cd 100644 --- a/cpukit/libcsupport/src/umask.c +++ b/cpukit/libcsupport/src/umask.c @@ -1,6 +1,11 @@ -/* - * umask() - POSIX 1003.1b 5.3.3 - Set File Creation Mask +/** + * @file * + * @brief Set File Creation Mask + * @ingroup libcsupport + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -19,6 +24,9 @@ #include +/** + * POSIX 1003.1b 5.3.3 - Set File Creation Mask + */ mode_t umask( mode_t cmask ) { mode_t old_mask; -- cgit v1.2.3