This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[MTASCsft PATCH WIP5 29/33] MT-, AS- and AC-safety docs: manual/sysinfo.texi


for ChangeLog

	* manual/sysinfo.texi: Document MTASC-safety properties.
---
 manual/sysinfo.texi |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 5df2a0f..f71123e 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -145,6 +145,8 @@ This process cannot set the host name because it is not privileged.
 @comment unistd.h
 @comment ???
 @deftypefun int getdomainnname (char *@var{name}, size_t @var{length})
+@safety{@mtsafe{}@assafe{}@acsafe{}}
+@c Syscalls uname, then strlen and memcpy.
 @cindex NIS domain name
 @cindex YP domain name
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]