next up previous
Next: proc_mknod Up: General proc functions Previous: proc_mkdir

proc_symlink

This function creates a symlink, a symbolic link. The only real use of this function is for compatibility reasons to systems that are changing. One probably should not use symlinks when designing a new proc interface.


extern struct proc_dir_entry *proc_symlink(
   const char            *file_name,
   struct proc_dir_entry *parent, 
   const char            *symlink_name);



Der Herr Hofrat
2003-03-26