diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-02 19:47:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-02 19:47:36 +0000 |
commit | 9004bc202e5ea7b8eabca183f4e6c6abe573f802 (patch) | |
tree | c7aa3f8254f9f7019c84bfaf1de8a9d7ee18e31c /FAQ | |
parent | 847242451c6e53156abead29aa47a3f56cfcc928 (diff) | |
download | glibc-9004bc202e5ea7b8eabca183f4e6c6abe573f802.tar glibc-9004bc202e5ea7b8eabca183f4e6c6abe573f802.tar.gz glibc-9004bc202e5ea7b8eabca183f4e6c6abe573f802.tar.bz2 glibc-9004bc202e5ea7b8eabca183f4e6c6abe573f802.zip |
Sun Jun 2 14:56:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* login/pututline_r.c: Fix typo in sizeof for DATA_TMP alloca.
* sysdeps/generic/gnu/types.h (__clock_t): New type.
* sysdeps/unix/sysv/linux/gnu/types.h (__clock_t, __fsid_t): Define
using kernel types.
* time/time.h (clock_t): Include <gnu/types.h> and define using
__clock_t.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -207,12 +207,12 @@ incompatibilities: syscall name: wrapper name: declaring header file: ------------- ------------- ---------------------- - bdflush bdflush ??? + bdflush bdflush <sys/kdaemon.h> create_module create_module <sys/module.h> delete_module delete_module <sys/module.h> get_kernel_syms get_kernel_syms <sys/module.h> init_module init_module <sys/module.h> - syslog ksyslog_ctl ??? + syslog ksyslog_ctl <sys/klog.h> ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |