diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-07-23 02:12:52 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-07-23 02:12:52 +0200 |
commit | 95b15971584cbfdad533411bcb8d8cec82e996fa (patch) | |
tree | 00419752eca307675f54c7f5d686fc799ec09af2 /include/gos/linux.h | |
parent | 3eb2f4bb976a42e3a5e2cd3933400d9d3c20c82c (diff) | |
download | uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.gz uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.bz2 uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.zip |
removed POSIX, now having dedicated Linux and MAC OS-X ports
Diffstat (limited to 'include/gos/linux.h')
-rw-r--r-- | include/gos/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gos/linux.h b/include/gos/linux.h index 6653c81c..8be737b3 100644 --- a/include/gos/linux.h +++ b/include/gos/linux.h @@ -7,7 +7,7 @@ /** * @file include/gos/linux.h - * @brief GOS - Operating System Support header file for POSIX. + * @brief GOS - Operating System Support header file for LINUX. */ #ifndef _GOS_LINUX_H |