diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 20:18:56 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 20:18:56 +0000 |
| commit | 0c23badf50ad9726bbc41c5f7c2a5dd7cb25e684 (patch) | |
| tree | f8c65f319a67ca37677f91f988ae0b0920759638 /extra/Configs | |
| parent | 504302d0ddb9449c4c2c2ac17f8c017aa32dbff9 (diff) | |
- mark capset() as linux specific
Diffstat (limited to 'extra/Configs')
| -rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index eafcfc328..c163d57ed 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -736,7 +736,7 @@ config UCLIBC_LINUX_SPECIFIC bool "Linux specific functions" default y help - capget(), fstatfs(), inotify_*(), ioperm(), iopl(), + capget(), capset(), fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality(), prctl()/arch_prctl(), ppoll(), readahead(), reboot(), remap_file_pages(), sched_getaffinity(), sched_setaffinity(), sendfile(), |
